On Thu, Jul 13, 2017 at 14:35:12 -0600, [email protected] wrote: > ffmpeg is pretty verbose by default. I use > *ffmpeg -hide_banner -loglevel warning*
> I am okay with that but it would be great to be able to see > the progress bar. Is there a way to show the progress bar > while keeping -hide_banner and -loglevel warning ? Good question! The option to use is "-stats". For curious people: The opposite can also be done with "-nostats" (but who would want that? ;-)). Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
