Skip to content

File size - YCbCr 422 vs YCbCr 420 #93

@nsesh

Description

@nsesh

Hi,
Thanks for wonderful documentation.

I'm having some doubt on YCbCr 422 vs YCbCr 420 file size. As per my understanding in case of 4:2:0, the file size reduction is more than 50% compared to 4:4:4. In case of 1280x720 the alternate lines will not take Cb or Cr. Am I right?
If yes then 'Y' pixels = 1280x720x8 bits
CbCr pixels = 640x360x8 bits
Total Bytes = 1152000
Size = 115GBytes.

For 4:2:2, the alternate lines do take chroma samples and hence
Y pixels = 1280x720x8 bits
CbCr pixels = 640x720x8
Total Bytes = 139GBytes

Kindly correct me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions