Posts: 91
Threads: 24
Joined: Feb 2024
doing some deinterlacing, i decided to read up on some different methods:
https://www.albalaing.es/faq/articulos/D...rithms.pdf
is there a deinterlacing filter out there (maybe hybrid-embeddable?) which has motion-compensation?
Posts: 11.593
Threads: 63
Joined: May 2017
13.07.2025, 07:24
(This post was last modified: 13.07.2025, 07:28 by Selur.)
QTGMC by default uses motion compensation (leveraging mvtools) for deinterlacing. (old Avisynth MVBob and MCBob also used motion compensation)
Outside of Avisynth and Vapoursynth an example of a simple motion compensation deinterlacer would be
mcdeint from ffmpeg.
Cu Selur
Ps.: Through the torch add-on Hybrid also supports
https://github.com/pifroggi/vs_deepdeinterlace and
https://github.com/anymyb/MFDIN for deinterlacing, which are additional methods.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.