mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-11 11:17:27 +00:00
🔇(summary) make ffmpeg quiet
In the refactoring of the prepare pipeline, ffmpeg was added in non quiet mode.
This commit is contained in:
@@ -224,6 +224,8 @@ def extract_audio_from_video(media_info: MediaInfo) -> Path:
|
||||
|
||||
extract_command = [
|
||||
"ffmpeg",
|
||||
"-v",
|
||||
"quiet",
|
||||
"-i",
|
||||
str(media_info.path),
|
||||
"-vn",
|
||||
|
||||
Reference in New Issue
Block a user