Log in

View Full Version : EZDenoise causing an ffmpeg crash?


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?

coolgit
15th April 2022, 22:02
Happened to me using Staxrip when batch processing. Instead i loaded one file at a time using jobs then start processed one file at a time. It doesn't crash.

Danette
15th April 2022, 22:43
Happened to me using Staxrip when batch processing. Instead i loaded one file at a time using jobs then start processed one file at a time. It doesn't crash.

Thanks. I tried it and it resulted in the same crash.

I think this may be best posted on the QTGMC thread, which I'll do.

real.finder
22nd April 2022, 14:26
see here https://forum.doom9.org/showpost.php?p=1967596&postcount=912