mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +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:
+4
-1
@@ -8,11 +8,14 @@ and this project adheres to
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
|
||||
### Changed
|
||||
|
||||
- 🐛(agents) fix bug when closing metadata-collector
|
||||
|
||||
### Fixed
|
||||
|
||||
- 🔇(summary) make ffmpeg quiet #1404
|
||||
|
||||
## [1.18.0] - 2026-06-03
|
||||
|
||||
### Added
|
||||
|
||||
@@ -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