3 hours ago
Vapoursynth R74 is out.
see: https://github.com/vapoursynth/vapoursyn...es/tag/R74
and then use 'prop_name',...
https://github.com/dan64/vs-deoldify/blo...ils.py#L88
Cu Selur
see: https://github.com/vapoursynth/vapoursyn...es/tag/R74
Quote:added the new _Range property which follows the H.273 numbering (0 and 1 switched) instead of the now deprecated _ColorRange property, all filters compiled against api version 4.2 and later must only use the _Range property=> you might want to check where you use '_ColorRange' and then use:
prop_name = '_Range' if core.version_number() >= 74 else '_ColorRange'https://github.com/dan64/vs-deoldify/blo...ils.py#L88
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

