Closed DonCanjas closed 1 year ago
Thanks, now fixed. Will updload soon as Asd-g just updated NNEDI3CL and I might need to change a few more things.
Fixed in 9618e1690d3eab765650a0c2ce26f3e86178b206 hopefully.
src = ColorBarsHD()
wrap = src.nnedi3wrap(xfactor=2, yfactor=2, cshift="z_spline36").ExtractY()
rpow = src.nnedi3_rpow2(rfactor=2, cshift="z_spline36resize").ExtractY()
Interleave(wrap, rpow)
Now luma is incorrectly shifted, affecting both yuv and planar rgb formats.
Yes, no problem. It was using a simple internal scaler when I should use a decoupled one. Now it's passing through ConvertFormat() which does the remaining heavy lifting. Will quality check and upload in a few days.
Please check now e2df8c16948fdeca28584cbdffcc66242b587b45 and report back if still got issues. You also need to update the TransformsPack packages.
Describe the bug nnedi3wrap doesn't correct the shift properly with (at least) 4:2:0 subsampling. There's a small height shift.
To Reproduce
Expected behavior
nnedi3wrap correcting chroma shift the same way as nnedi3_rpow2().
System: