Selur's Little Message Board

Full Version: deinterlacing: motion-adaptive vs. motion-compensating
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.