Log in

View Full Version : Convert chroma location


tormento
22nd March 2021, 11:46
Let's say I have a 4K HDR chroma location 0 (left) video and I want to convert it to chroma location 2 (topleft).

How am I supposed to do it with AVS+? As decoder, I use DGSource that is supposed to leave what it founds as it is.

StvG
22nd March 2021, 13:15
z_ConvertFormat(chromaloc_op="left=>top_left")

tormento
22nd March 2021, 13:21
z_ConvertFormat(chromaloc_op="left=>top_left")
:thanks: