<loeffler <at> eyetrap.net> writes: > ffmpeg -i input.mov -c:v rawvideo -pix_fmt yuv422p10le > -f image2 -s 1920x1080 %05d.yuv
Complete, uncut console output missing. (both commands) > ffmpeg -f image2 -c:v rawvideo -pix_fmt yuv422p10le > -s 1920x1080 -i %05d.yuv -r 23.976 -c:v prores out.mov -r looks wrong, you probably want to use -framerate 24000/1001 in front of "-i". For future questions, please understand that thread hijacking is considered rude everywhere. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
