Selur's Little Message Board
Vapoursynth slow-mo with QTGMC bob, 200% encode time - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Vapoursynth slow-mo with QTGMC bob, 200% encode time (/thread-1471.html)



Vapoursynth slow-mo with QTGMC bob, 200% encode time - lordsmurf - 24.07.2020

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. Big Grin


RE: Vapoursynth slow-mo with QTGMC bob, 200% encode time - Selur - 24.07.2020

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.


RE: Vapoursynth slow-mo with QTGMC bob, 200% encode time - retractOffer - 25.07.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?


RE: Vapoursynth slow-mo with QTGMC bob, 200% encode time - Selur - 25.07.2020

It's under "Filtering->Avisynth->DeNoise" (and probably always has been there), you just have to scroll down.

Cu Selur


RE: Vapoursynth slow-mo with QTGMC bob, 200% encode time - lordsmurf - 25.07.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

There it is! Big Grin

Replied to PM, thanks for that.


RE: Vapoursynth slow-mo with QTGMC bob, 200% encode time - backslashv - 25.07.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?


RE: Vapoursynth slow-mo with QTGMC bob, 200% encode time - Selur - 25.07.2020

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/loadpluginavs.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