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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to