Please consider a facility to change the loglevel of the ffmpeg calls. Currently, they are set to "warning." My ffmpeg.log is filling up with
frame=16947 fps=8.0 q=-0.0 size=45754200KiB time=00:35:18.37 bitrate=176936.8kbits/s dup=35 drop=9 speed=0.999x
One for every frame ....
Thank you.
PS: Solved it by adding this line to my app:
os.environ['FFREPORT'] = 'level=0:file=/var/log/ffmpeg.log'
B
Please consider a facility to change the loglevel of the ffmpeg calls. Currently, they are set to "warning." My ffmpeg.log is filling up with
frame=16947 fps=8.0 q=-0.0 size=45754200KiB time=00:35:18.37 bitrate=176936.8kbits/s dup=35 drop=9 speed=0.999xOne for every frame ....
Thank you.
PS: Solved it by adding this line to my app:
os.environ['FFREPORT'] = 'level=0:file=/var/log/ffmpeg.log'B