2018-08-15 12:35 GMT+02:00, Kirk Liberty <[email protected]>: > Is yuv444p a planar format?
Yes, the "p" stands for "planar" > And, is it row-major or column-major? Not sure I understand but all raw formats I have ever seen start with the pixel in the top left corner and contain one (horizontal) line after the other starting with the first component (y). Different software may of course use different definitions for particular pix_fmts, I assume you were asking about the definitions used in FFmpeg. For yuv444p, differences are unlikely, they do exist for other formats though. 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".
