[FFmpeg-user] Binary format of yuv444p
Carl Eugen Hoyos
ceffmpeg at gmail.com
Fri Aug 17 12:26:43 EEST 2018
2018-08-15 12:35 GMT+02:00, Kirk Liberty <kirk.liberty at gmail.com>:
> 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
More information about the ffmpeg-user
mailing list