29.01.2022, 16:54
I try to open an Avisynth scritp I use to load a video splitted on multiple file to add some filter, but when I open it, Hybrid close without any notice.
Bye
Here is the script:
Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.
Bye
Here is the script:
LoadPlugin("C:\*\MeGUI-x64\tools\dgindexnv\DGDecodeNV.dll")
Loadplugin("C:\*\MeGUI-x64\tools\avisynth_plugin\RgTools.dll")
Loadplugin("C:\*\MeGUI-x64\tools\avisynth_plugin\masktools2.dll")
DGSource("*\202104201044080.dgi")
#Import("C:\*\MeGUI\tools\avisynth_plugin\FineSharp.avsi")
#Finesharp(mode=1, sstr=2.0, cstr=0.9, xstr=0.19, lstr=1.49, pstr=1.272, ldmp=2.1)
__film = last
__t0 = __film.trim(8054, 43014)
__t1 = __film.trim(46640, 67568)
__t2 = __film.trim(73819, 89322)
__t0 ++ __t1 ++ __t2