[FFmpeg-user] processor time

Yellow Penguin yellowmellowpenguin at gmail.com
Wed Jan 15 19:55:39 EET 2020


Not as far as I know. You can test each step individually to get an
estimate. On Linux, you can use the 'time' command for this. On all
platforms, you could use the '-report' option. This will create a report
that contains the starting time. The difference between that and the last
modification time of the report is the time the command took. This is the
whole command though. You would have to try filters and encodings one at a
time to see how well they perform.

On Wed, Jan 15, 2020 at 6:29 PM Green Koopa <greenkoopa at gmail.com> wrote:

> Is there a way to know how much processor time is going to encoding and
> each of the filters? It would help me in making my commands more efficient
> if I knew which parts were slow.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list