13.02.2020, 20:22
I'm using the latest version "Hybrid_2020.01.12.1" (*) on Windows
The Filter "Vapoursynth->Custom" has the following issues:
1) When I select "Insert before->Resize", the function "beforeAddingGrain(clip)" is generated after the Resize, for example:
2) When I try to save the Custom script is issued the following error:
FilteringModel get-> found no field
vsSelectRangeEveryLength:vsSelectRangeEveryOffset
In any case the script is saved, but when I try to restore it, it issued again the same error and the script is not loaded.
(*) I have the same problem with the dev version: Hybrid_dev_2020.02.05-193047.exe
The Filter "Vapoursynth->Custom" has the following issues:
1) When I select "Insert before->Resize", the function "beforeAddingGrain(clip)" is generated after the Resize, for example:
# resizing clip to 960x724
clip = core.fmtc.resample(clip=clip, kernel="spline16", w=960, h=724, interlaced=False, interlacedd=False)
clip = beforeAddingGrain(clip)
2) When I try to save the Custom script is issued the following error:
FilteringModel get-> found no field
vsSelectRangeEveryLength:vsSelectRangeEveryOffset
In any case the script is saved, but when I try to restore it, it issued again the same error and the script is not loaded.
(*) I have the same problem with the dev version: Hybrid_dev_2020.02.05-193047.exe