How do I enable FFMPEG logging and where can I find the FFMPEG log file?

前端 未结 8 782
庸人自扰
庸人自扰 2021-02-01 15:25

I want to be able to log FFMPEG processes because I am trying to work out how long a minute of video takes to convert to help with capacity planning of my video encoding server.

8条回答
  •  一个人的身影
    2021-02-01 15:43

    If you just want to know how long it takes for the command to execute, you may consider using the time command. You for example use time ffmpeg -i myvideoofoneminute.aformat out.anotherformat

提交回复
热议问题