myrsloik mentionend that one should use the constants,...
Looking in the code:
source: https://github.com/vapoursynth/vapoursyn....h#L26-L36
=> using the constants is fine, Vapoursynth switches the values depending on where the value is set.
And yes, the constants are still there https://github.com/vapoursynth/vapoursyn...t__.py#L14
Cu Selur
Looking in the code:
typedef enum VSRange {
VSC_RANGE_FULL = 1,
VSC_RANGE_LIMITED = 0
} VSRange;
#else
typedef enum VSColorRange {
VSC_RANGE_FULL = 0,
VSC_RANGE_LIMITED = 1
} VSColorRange;=> using the constants is fine, Vapoursynth switches the values depending on where the value is set.

And yes, the constants are still there https://github.com/vapoursynth/vapoursyn...t__.py#L14
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.

