Hello, I am trying to capture a UDP multicast stream and record to disc without changing it. My question is,
Can I configure ffmpeg to discard all data up until the first I-frame it gets? The idea is that the output always starts with an I-frame, but other than that the stream is recorded unaltered Will this command do that anyway? ffmpeg -t 10 -y -i udp://@239.1.248.3:1234/ -c:v copy -c:a copy (-t 10 is just for testing) Thanks for your help Chris _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user