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 _______________________________________________ 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".
