2019-09-20, 06:26 PM
![[Image: A.png]](https://i.postimg.cc/cJkprfMD/A.png)
Code:
OM=ffvideosource("E:\Overlay\OM.mkv").Trim(24, 0, pad=false).Trim(0, 168184, pad=false)
WS=ffvideosource("E:\Overlay\WS.mkv").Trim(0, 168184, pad=false).crop(0, 138, 0, -138)
WEB=ffvideosource("E:\Overlay\WEB.mkv").Trim(26, 0, pad=false).Trim(0, 168184, pad=false).crop(0, 276, 0, -276)
ffvideosource("E:\Overlay\UHD.mkv").crop(0, 276, 0, -276).Trim(0, 168184, pad=false)
ConvertYUVtoLinearRGB(Color=0, OutputMode=2, OOTF=false, fullrange=true)
z_ConvertFormat(pixel_type="YUV420P10", colorspace_op="rgb:linear:2020:f=>709:709:709:f", dither_type="ordered", width=1920, height=804, resample_filter="spline36")
UHD=last
UHD.ColorAdjust(UHD, WEB, dither=1)
Trim(35785, length=1).infoIt doesn't seem to have made much of a difference
I basically want to color match the UHD to the 4K WEB-DL and then overlay the result with the OM WEB-DL so pan&scan scenes will look better and to take advantage of the increased chroma resolution. So I don't really want to downscale to 1080p at this point, that was just for the comparison though.


