01.09.2020, 05:50
It looks normal only if i use
clip = core.resize.Bicubic(clip, format=vs.RGB48, range_in_s="limited", range_s="full")
Or if i remove range_in_s="limited", range_s="full" code at all:
just use clip = core.resize.Bicubic(clip, format=vs.RGB48)
Just ignore all that TimeCube story. Here is new fix from developer https://github.com/sekrit-twc/timecube/i...-685090200 Problem fixed.
clip = core.resize.Bicubic(clip, format=vs.RGB48, range_in_s="limited", range_s="full")
Or if i remove range_in_s="limited", range_s="full" code at all:
just use clip = core.resize.Bicubic(clip, format=vs.RGB48)
Just ignore all that TimeCube story. Here is new fix from developer https://github.com/sekrit-twc/timecube/i...-685090200 Problem fixed.