Skip to content

Commit b06d0d8

Browse files
author
zhengkeyan
committed
增加异常处理
1 parent 1413d94 commit b06d0d8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ bilibili下架了很多视频,之前收藏和缓存的视频均无法播放
2424
```
2525
# 指定FFMpeg路径: ./m4s-converter-linux_amd64 -f /var/FFMpeg/ffmpeg 或 ./m4s-converter-amd64 -f select
2626
# 指定MP4Box路径: ./m4s-converter-amd64.exe -g "D:\GPAC\mp4box.exe" 或 ./m4s-converter-amd64 -g select
27-
Flags:
28-
-h --help Displays help with available flag, subcommand, and positional value parameters.
27+
Flags:
28+
-h --help 查看帮助信息
2929
-v --version 查看版本信息
3030
-a --assoff 关闭自动生成弹幕功能,默认不关闭
31-
-o --overlay 合成文件时是否覆盖已存在的视频,默认不覆盖
32-
-c --cachepath 自定义缓存路径,默认使用BiliBili的默认路径
31+
-s --skip 跳过合成已存在的同名视频(比overlay优先级高),默认不跳过
32+
-o --overlay 合成文件时是否覆盖同名视频,默认不覆盖并重命名新文件
33+
-c --cachepath 自定义视频缓存路径,默认使用bilibili的默认缓存路径
3334
-g --gpacpath 自定义GPAC的mp4box文件路径,值为select时弹出选择对话框
3435
-f --ffmpegpath 自定义FFMpeg文件路径,值为select时弹出选择对话框
3536
```

common/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package common
22

33
var (
4-
version = "1.5.0"
5-
sourceVer = "c05a10a @2024-11-25 11:06:01 +0800"
6-
buildTime = "2024-11-25 05:23:38 by go1.23.1 linux/amd64"
4+
version = "1.5.1"
5+
sourceVer = "1413d94 @2024-11-25 18:02:58 +0800"
6+
buildTime = "2024-11-25 18:03:28 by go1.23.1 linux/amd64"
77
)

0 commit comments

Comments
 (0)