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

前端 未结 8 759
庸人自扰
庸人自扰 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:33

    I found the below stuff in ffmpeg Docs. Hope this helps! :)

    Reference: http://ffmpeg.org/ffmpeg.html#toc-Generic-options

    ‘-report’ Dump full command line and console output to a file named program-YYYYMMDD-HHMMSS.log in the current directory. This file can be useful for bug reports. It also implies -loglevel verbose.

    Note: setting the environment variable FFREPORT to any value has the same effect.

提交回复
热议问题