fix: ffmpeg only output audio (#184)
This commit is contained in:
parent
8f045ceaf3
commit
10693e103e
@ -390,6 +390,7 @@ def convert_file_to_mp3(input_file: str, ffmpeg_location: str, music_path: str)
|
|||||||
input_file,
|
input_file,
|
||||||
"-f",
|
"-f",
|
||||||
"mp3",
|
"mp3",
|
||||||
|
"-vn",
|
||||||
"-y",
|
"-y",
|
||||||
out_file_path,
|
out_file_path,
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user