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 Carl Eugen