Spaces:
Running on Zero
Running on Zero
Commit ·
38bb4eb
1
Parent(s): 34affeb
debug: expose ffmpeg stderr in mux_video_audio
Browse files
app.py
CHANGED
|
@@ -336,7 +336,7 @@ def mux_video_audio(silent_video: str, audio_path: str, output_path: str,
|
|
| 336 |
pix_fmt="yuv420p",
|
| 337 |
acodec="aac", audio_bitrate="128k",
|
| 338 |
movflags="+faststart",
|
| 339 |
-
).run(overwrite_output=True, quiet=
|
| 340 |
|
| 341 |
|
| 342 |
# ------------------------------------------------------------------ #
|
|
|
|
| 336 |
pix_fmt="yuv420p",
|
| 337 |
acodec="aac", audio_bitrate="128k",
|
| 338 |
movflags="+faststart",
|
| 339 |
+
).run(overwrite_output=True, quiet=False)
|
| 340 |
|
| 341 |
|
| 342 |
# ------------------------------------------------------------------ #
|