Thank you for the input! It seams that I cannot encode with v210x, only v210. v210x is listed by FFMPEG as decode only. I was able to get my files to work using:
ffmpeg -i inputfile -video_size 3840x2160 -vcodec rawvideo -pix_fmt uyvy422 ouputfile However, the yuv10 files are 8-bit. the key is the "-pix_fmt uyvy422", however this is not listed when running ffmpeg -pix_fmts, so I wouldn't have known to try this. Now that I am getting a file that is usable for my specific application, I need to still figure out how to get this same output. but with 10-bit images. Any thoughts on that? Thanks in advance. On Sun, Jul 17, 2016 at 6:46 PM, Carl Eugen Hoyos <ceho...@ag.or.at> wrote: > Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes: > > > Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes: > > > > > Please test (and report back!) > > > $ ffmpeg -i input -vcodec v210 -f rawvideo -s uhd2160 out%05d.yuv10 > > > > Sorry, you can use above to write one frame, for several it is: > > $ ffmpeg -i input -f image2 -vcodec v210 -s uhd2160 out%05d.yuv10 > > It seems the correct codec is v210x, not v210. > I tested with: > ftp://vqeg.its.bldrdoc.gov/HDTV/SVT_exports/SVT_YUV10_Exports_/ > > Carl Eugen > > _______________________________________________ > 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". > _______________________________________________ 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".