mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-05 07:28:04 +08:00
fix: 修复当目标文件已存在时 ffmpeg 卡住的问题 (#99)
This commit is contained in:
@@ -40,6 +40,7 @@ impl Downloader {
|
|||||||
audio_path.to_str().unwrap(),
|
audio_path.to_str().unwrap(),
|
||||||
"-c",
|
"-c",
|
||||||
"copy",
|
"copy",
|
||||||
|
"-y",
|
||||||
output_path.to_str().unwrap(),
|
output_path.to_str().unwrap(),
|
||||||
])
|
])
|
||||||
.output()
|
.output()
|
||||||
|
|||||||
Reference in New Issue
Block a user