[FFmpeg-user] Changing video size mid-stream

Joshua Grauman jnfo at grauman.com
Mon Oct 31 21:09:52 EET 2016


Hello all,

I have a program that outputs raw video data to ffmpeg like this:

./gen-vid | ffmpeg -f rawvideo -pixel_format bgra -video_size 1366x713 -framerate 30 -i - -vcodec png overtest.avi

I am wondering if there is any way to change the video size mid-stream 
without skipping any frames? Any ideas? Thanks!

Josh


More information about the ffmpeg-user mailing list