BoxOfColors commited on
Commit
38bb4eb
·
1 Parent(s): 34affeb

debug: expose ffmpeg stderr in mux_video_audio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
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
  # ------------------------------------------------------------------ #