This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[BUG] Vapoursynth Custom Filter Settings
#1
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:

# 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
Reply


Messages In This Thread
Vapoursynth Custom Filter Settings - by Dan64 - 13.02.2020, 20:22

Forum Jump:


Users browsing this thread: 1 Guest(s)