bmegli / hardware-video-encoder

HVE - Hardware Video Encoder C library
Mozilla Public License 2.0
16 stars 11 forks source link

possible loss of information for 4:2:2 and 4:4:4 HEVC encoding with >= IceLake #27

Open bmegli opened 3 years ago

bmegli commented 3 years ago

Needs testing on >= IceLake.

With input chroma subsampling 4:4:4 or 4:2:2 it is possible that we will lose some information (downsample to 4:2:0)

Both HEVC and QuickSync support 4:2:2 and 4:4:4 starting from IceLake.

See #26