gispos
12th December 2018, 17:44
I have tested the Neo (nekopanda (https://github.com/nekopanda/AviSynthPlus/wiki/Avisynth-Neo)) version of Avisynth+. KTGMC (QTGMC) with Cuda is awesome, though unfortunately a few things are not okay.
video=LWLibavVideoSource(SourceFile, cache=False)
audio=LWLibavAudioSource(SourceFile, cache=False)
audioDub(video, audio)
OnCPU(4)
KTGMC(Preset="slow", FPSDivisor=2) # Cuda version of QTGMC
OnCuda(2)
MCTemporalDenoise(settings="low", sigma=6, tovershoot=1, GPU=false)
Spline36Resize(1920, 1080)
NonlinUSM(z=3.0, pow=1.2, str=0.4, rad=2.0)
Source clip is 720x480, QTGMC and MCTemporalDenoise together and the whole thing runs at 21 fps. I've never had that before.
The problems:
MP_Pipline I do not get to run for my older scripts.
After OnCuda() statement some filters will not work anymore. For example, I can not use HDRAGC after OnCUDA.
Too bad. Does anyone know advice?
video=LWLibavVideoSource(SourceFile, cache=False)
audio=LWLibavAudioSource(SourceFile, cache=False)
audioDub(video, audio)
OnCPU(4)
KTGMC(Preset="slow", FPSDivisor=2) # Cuda version of QTGMC
OnCuda(2)
MCTemporalDenoise(settings="low", sigma=6, tovershoot=1, GPU=false)
Spline36Resize(1920, 1080)
NonlinUSM(z=3.0, pow=1.2, str=0.4, rad=2.0)
Source clip is 720x480, QTGMC and MCTemporalDenoise together and the whole thing runs at 21 fps. I've never had that before.
The problems:
MP_Pipline I do not get to run for my older scripts.
After OnCuda() statement some filters will not work anymore. For example, I can not use HDRAGC after OnCUDA.
Too bad. Does anyone know advice?