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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
