[FFmpeg-user] YUV10 Image Sequence

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Jul 17 21:01:01 EEST 2016


luke fazzary <lukefazzary <at> gmail.com> writes:

> ffmpeg -i /Users/lf/Desktop/Metadata_Tool/EP105_Sofia_Clip.mov -video_size
> 3840x2160 -vcodec rawvideo -r 24 -pix_fmt yuv422p10le
> /Users/lf/Desktop/Metadata_Tool/EP105_Sofia_%05d.yuv10

Please test (and report back!)
$ ffmpeg -i input -vcodec v210 -f rawvideo -s uhd2160 out%05d.yuv10

Not necessarily related: -r 24 has an effect in your original 
command line that I'd consider unexpected, use it if you know 
what you are doing.

Carl Eugen



More information about the ffmpeg-user mailing list