[FFmpeg-user] How to log ffmpeg properly?

Loadlinx limiteddi at gmail.com
Tue Mar 11 04:33:10 CET 2014


Hello,

My transcoding processes dont last more than 24hrs so I wanted to log
ffmpeg to see whats going on. So i turn on -report command, launch the
source (http) and launch ffmpeg. Report file is created. Then i simply
wanted to check that it shows what I need and kill the http source. Upon
inspection of the report it doesnt mention anywhere that source isnt
available any more. Any ideas why?

My command:
nohup ./ffmpeg -report -i udp://192.168.1.10:12694 -vcodec libx264
-deinterlace -preset superfast -vb 1250k -acodec libfdk_aac -ab 32k -ar
44100 -async 4410 -f flv rtmp://myip:1935/live/694 &


More information about the ffmpeg-user mailing list