You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
As av1 encoding on a cpu takes quite a long time, in my opinion, a progress indicator would be quite helpful.
Describe the solution you'd like
ffmpeg has an -stats output and -progress output option. source
One of the solutions is to use ffprobe before ffmpeg, grab the frame counter from -progress output and calcutate the progress in percent. source.
Is your feature request related to a problem? Please describe.
As av1 encoding on a cpu takes quite a long time, in my opinion, a progress indicator would be quite helpful.
Describe the solution you'd like
ffmpeg has an
-stats output
and-progress output
option. sourceOne of the solutions is to use ffprobe before ffmpeg, grab the frame counter from
-progress output
and calcutate the progress in percent. source.There are also multiple wrappers available, most of them use js, python or php.
Bash implementation: https://github.com/zamanuhina/ffmpeg-progress
The text was updated successfully, but these errors were encountered: