Paky
17th February 2018, 19:06
Hello
Megui last version
Avisynth+ r2580 MT
with this script
SetMemoryMax(2048)
SetFilterMTMode("DEFAULT_MT_MODE", 2)
SetFilterMTMode("DGDecode_mpeg2source",3)
LoadPlugin("C:\NoUAC\Editing Video\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\Editing Video\Dvd De Andre_VTS_01_2.d2v", info=3)
LoadPlugin("C:\NoUAC\Editing Video\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
loadplugin("QTGMC\mvtools2.dll")
loadplugin("QTGMC\masktools2.dll")
loadplugin("QTGMC\nnedi3.dll")
loadplugin("QTGMC\RgTools.dll")
import("QTGMC\xMsxYztR.avsi")
import("QTGMC\QTGMC.avsi")
AssumeTFF()
QTGMC( Preset="Slow")
crop(10, 2, -10, -2)
LoadPlugin("C:\NoUAC\Editing Video\MeGUI\tools\avisynth_plugin\Convolution3DYV12.dll")
Convolution3D (preset="MovieLQ")
prefetch(4)
after few minutes crash with this error
https://s14.postimg.org/aca7cw14h/avs_erorr.png
If i remove convolution3D works
why?
Megui last version
Avisynth+ r2580 MT
with this script
SetMemoryMax(2048)
SetFilterMTMode("DEFAULT_MT_MODE", 2)
SetFilterMTMode("DGDecode_mpeg2source",3)
LoadPlugin("C:\NoUAC\Editing Video\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\Editing Video\Dvd De Andre_VTS_01_2.d2v", info=3)
LoadPlugin("C:\NoUAC\Editing Video\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
loadplugin("QTGMC\mvtools2.dll")
loadplugin("QTGMC\masktools2.dll")
loadplugin("QTGMC\nnedi3.dll")
loadplugin("QTGMC\RgTools.dll")
import("QTGMC\xMsxYztR.avsi")
import("QTGMC\QTGMC.avsi")
AssumeTFF()
QTGMC( Preset="Slow")
crop(10, 2, -10, -2)
LoadPlugin("C:\NoUAC\Editing Video\MeGUI\tools\avisynth_plugin\Convolution3DYV12.dll")
Convolution3D (preset="MovieLQ")
prefetch(4)
after few minutes crash with this error
https://s14.postimg.org/aca7cw14h/avs_erorr.png
If i remove convolution3D works
why?