Danette
15th April 2022, 21:11
Using MT, with an optimized thread number (via AVSMeter), I’ve had no problems until I try using EZDenoise in QTGMC. When I do that, I am able to batch process about 4-5 files and then the processing crashes with the message: "ffmpeg.exe has stopped working."
I’m using MeGUI with the following script:
SetFilterMTMode("DEFAULT_MT_MODE",2)
MPEG2Source("C:\xxxx.d2v", cpu=0)
Greyscale()
TFM(slow=2)
Decimate()
AssumeTFF()
QTGMC(InputType=1,Preset="Medium",EZDenoise=3.0)
VagueDenoiser(chromaT=0)
#TNLMeans(Ax=1,Ay=1,h=3.0)
LimitedSharpenFaster(strength=300)
CropResize(0,0, 0, 0, 0, -0,InDAR=15.0/11.0,ResizeWO=True,Resizer="Lanczos4Resize")
GradFun3()
Prefetch(3)
AviSynth+ v3.7.2, QTGMC v3.384 and MEGui v2913
Maybe this should be moved to the QTGMC thread?
I’m using MeGUI with the following script:
SetFilterMTMode("DEFAULT_MT_MODE",2)
MPEG2Source("C:\xxxx.d2v", cpu=0)
Greyscale()
TFM(slow=2)
Decimate()
AssumeTFF()
QTGMC(InputType=1,Preset="Medium",EZDenoise=3.0)
VagueDenoiser(chromaT=0)
#TNLMeans(Ax=1,Ay=1,h=3.0)
LimitedSharpenFaster(strength=300)
CropResize(0,0, 0, 0, 0, -0,InDAR=15.0/11.0,ResizeWO=True,Resizer="Lanczos4Resize")
GradFun3()
Prefetch(3)
AviSynth+ v3.7.2, QTGMC v3.384 and MEGui v2913
Maybe this should be moved to the QTGMC thread?