add -y option to ffmpeg so it wont stuck prompting for confirmation
This commit is contained in:
parent
e26814e2e7
commit
da07633d0d
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ impl FFMpeg {
|
|||
"libmp3lame",
|
||||
"-b:a",
|
||||
bitrate.as_str(),
|
||||
"-y",
|
||||
output_path,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue