Skip to content

Commit

Permalink
Force verbose ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Nov 22, 2024
1 parent 3dd0d14 commit 254809a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ def _is_vob_good(n, loops, num_screens):
image,
vframes=1,
pix_fmt="rgb24"
).overwrite_output().global_args('-loglevel', loglevel).run()
).overwrite_output().global_args('-loglevel', 'verbose').run()

if not os.path.exists(image):
console.print(f"[red]Image not created: {image}, retaking...")
Expand Down

0 comments on commit 254809a

Please sign in to comment.