add -y option to ffmpeg so it wont stuck prompting for confirmation

This commit is contained in:
mykola2312 2024-02-21 17:21:27 +02:00
parent e26814e2e7
commit da07633d0d

View file

@ -29,6 +29,7 @@ impl FFMpeg {
"libmp3lame",
"-b:a",
bitrate.as_str(),
"-y",
output_path,
],
)