Irrational-Encoding-Wizardry/kagefunc

Hybrid denoise YCOCG errors

Closed this issue · 1 comments

Since R55 a ton of scripts are broken because of the removal of YCOCG.

line 2448, in GetMatrix
sIsYCOCG = sColorFamily == vs.YCOCG
AttributeError: module 'vapoursynth' has no attribute 'YCOCG'

Needs to be updated to work at all

GetMatrix is part of https://github.com/HomeOfVapourSynthEvolution/mvsfunc, so this issue belongs there if they haven’t updated yet.