Chroma subsampling in AVIF conversion #2006
-
|
Hi, $OldImage.SetAttribute("sampling-factor", "4:4:4") The output always shows YUV 4:2:0 when inspected with ExifTool. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It looks like I will need to add a new |
Beta Was this translation helpful? Give feedback.
It looks like I will need to add a new
HeicWriteDefinesto simplify this for you. For now you should setheic:chromato444. You need to useheichere instead because that is the module that contains theavifencoder.