Posts: 459
Threads: 107
Joined: Jul 2020
Somebody has suggested using these settings, but I can't see all these options in the Custom settings menu. Is it possible to replicate in Hybrid?
Quote:QTGMC(TR0=2, TR1=2, TR2=1, Rep0=1, Rep1=0, Rep2=4, DCT=5, ThSCD1=300, ThSCD2=110,
SourceMatch=3, Lossless=2, Sharpness=0.1, Sbb=0, MatchPreset="slow",
NoiseProcess=2, GrainRestore=0.0, NoiseRestore=0.4, NoisePreset="slow",
StabilizeNoise=false, NoiseTR=0, NoiseDeint="bob")
Posts: 10.598
Threads: 57
Joined: May 2017
You can add all parameters you want by adding them under 'Addition' when selecting 'Custom' in QTGMC.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
Thanks - so I can just paste these settings and ignore all the custom settings options?
Posts: 10.598
Threads: 57
Joined: May 2017
No.
You need to:
a. look at the Vapoursynth/Avisynth Script View to see what will happen if you add stuff there.
b. manually load any dependencies that your custom settings might need. (If an option is set by the GUI Hybrid will make sure that needed dependencies are loaded.)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
I'm not quite sure what I'm looking for. Here's the generated script and crash error log.
Posts: 10.598
Threads: 57
Joined: May 2017
This is what your QTGMC call looks like...
QTGMC(Preset="Slower", InputType=0, TR2=1, SourceMatch=0, Lossless=0QTGMC(TR0=2, TR1=2, TR2=1, Rep0=1, Rep1=0, Rep2=4, DCT=5, ThSCD1=300, ThSCD2=110, SourceMatch=3, Lossless=2, Sharpness=0.1, Sbb=0, MatchPreset="slow", NoiseProcess=2, GrainRestore=0.0, NoiseRestore=0.4, NoisePreset="slow", StabilizeNoise=false, NoiseTR=0, NoiseDeint="bob", PrevGlobals="Replace"), ediThreads=2)
You pasted your complete custom call into Hybrid, without thinking at all.
=> you can figure this out on your own
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
|