Posts: 27
Threads: 8
Joined: Feb 2019
The latest 7-2020 version of Hybrid has a problem.
Huffyuv was source.
QTGMC, bob, forced, override to top-field
Encode went to 200% (bar stopped at 100%, "time remaining" wrong)
I'm not the only user to see this.
I rolled back to 2-2020, and it's fine. (I had been on 3-2019, but upgraded to fix issue.)
BTW, is CCD only in the new version? I know I saw it, but don't see it anymore. Was in on 7-20, not 2-20?
Take care, selur.
Posts: 10.981
Threads: 57
Joined: May 2017
24.07.2020, 20:52
(This post was last modified: 24.07.2020, 20:53 by Selur.)
CCD was been there for years,..
(according to the git I use, I wrote the code 03.10.2014, so it's probably around since November 2014)
Cu Selur
Ps.: send you a link a dev version which should fix the "double QTGMC when bob is used" bug.
Posts: 17
Threads: 2
Joined: Jul 2020
(24.07.2020, 20:52)Selur Wrote: CCD was been there for years,..
(according to the git I use, I wrote the code 03.10.2014, so it's probably around since November 2014)
Cu Selur
Ps.: send you a link a dev version which should fix the "double QTGMC when bob is used" bug.
Could you point to where it is in the app?
Posts: 10.981
Threads: 57
Joined: May 2017
It's under "Filtering->Avisynth->DeNoise" (and probably always has been there), you just have to scroll down.
Cu Selur
Posts: 27
Threads: 8
Joined: Feb 2019
(25.07.2020, 04:46)Selur Wrote: It's under "Filtering->Avisynth->DeNoise" (and probably always has been there), you just have to scroll down.
Cu Selur
There it is!
Replied to PM, thanks for that.
Posts: 6
Threads: 1
Joined: Jul 2020
(25.07.2020, 04:46)Selur Wrote: It's under "Filtering->Avisynth->DeNoise" (and probably always has been there), you just have to scroll down.
Cu Selur
Thanks. It seems you can't deinterlace with vapoursynth and denoise with avisynth at the same time because selecting vapoursynth at the bottom right grays out the avisynth tab. So, should I denoise first and then feed the output file to deinterlace or vice versa?
Posts: 10.981
Threads: 57
Joined: May 2017
Yes, you can't use Avisynth and Vapoursynth at the same time.
In theory you can use Avisynth Filters in Vapoursynth (see:
http://www.vapoursynth.com/doc/functions...inavs.html) on Windows, but Hybrid does not and will not support this.
CCD is one of the few filters that is Avisynth only (at least until someone ports it to Vapoursynth, source code is available since 27th June 2020).
Cu Selur