mozilla / aom

Alliance for Open Media Video Codec reference implementation (Mozilla branch)
http://aomedia.org/
BSD 2-Clause "Simplified" License
144 stars 28 forks source link

profile bitdepth color sampling confusion #10

Open Selur opened 4 years ago

Selur commented 4 years ago

According to https://en.wikipedia.org/wiki/AV1#Profiles High profile (--profile 1) supports 4:2:0, but when I use 8bit with profile 1 I get:

Profile 1 requires 4:4:4 color format

High profile (--profile 1) supports 4:2:0, but when I use 8bit with profile 1 I get:

Profile 1 requires 4:4:4 color format

Professional profile (--profile 2) supports 4:2:0, but when I use 8bit with profile 2 I get:

Profile 2 bit-depth < 10 requires 4:2:2 color format

-> would be nice if someone could clear up which profile bit depth combinations support which color samplings (in AV1 and aomenc in case they differ)

Quynhnhu99 commented 3 years ago

According to https://en.wikipedia.org/wiki/AV1#Profiles

High profile (--profile 1) supports 4:2:0, but when I use 8bit with profile 1 I get:

Profile 1 requires 4:4:4 color format

High profile (--profile 1) supports 4:2:0, but when I use 8bit with profile 1 I get:

Profile 1 requires 4:4:4 color format

Professional profile (--profile 2) supports 4:2:0, but when I use 8bit with profile 2 I get:

Profile 2 bit-depth < 10 requires 4:2:2 color format

-> would be nice if someone could clear up which profile bit depth combinations support which color samplings (in AV1 and aomenc in case they differ)