[FFmpeg-user] ProRes conversion to yuv sequence creates visual blocks
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Mar 3 14:49:50 CET 2015
<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
More information about the ffmpeg-user
mailing list