Re: [FFmpeg-user] Extracting information from ffmpeg logs when streaming

2019-12-20 Thread Verachten Bruno
Hi there, thanks to SO, I have found an approach that gives me more or less what I was looking for. mkfifo ffmpeg.logfmpeg -y -f lavfi -i testsrc=duration=10:size=1920x1080:rate=25 -progress pipe:3 null.mkv 3> ffmpeg.logcat ffmpeg.log |awk

[FFmpeg-user] Extracting information from ffmpeg logs when streaming

2019-12-05 Thread Verachten Bruno
Hi there, I'd like to extract the number of frames pushed when streaming with ffmpeg to a RTMP server. For the time being, I can see the number of frames in the console, and I read that the -report option could redirect that information to a file. I could then parse the file, and extract the