Hi, I am looking for quite some time, without success, for a explanatory text on how to get to open my HDV files (.m2t) in Avisynth for deinterlacing by QTGMC through VirtualDub. I already know how to use QTGMC with DV files, but Avisynth refuses my HDV. My reading leads me to believe that I would have to use "DGDecode / MPEG2Source" or "FFmpegSource (ffms2)" to open my HDV, but I find no clear guidance on how to install and use them to open the HDV files. As I am not a developer, my knowledge and understanding of the script system is very limited ... I need to be guided here. Thank you in advance for any help.
Download and unpack FFMS: Then copy the three files (ffms2.dll, ffms2.lib, ffmsindex.exe) from within the x86 or x64 directory (according to the AviSynth version you are using) to the plugins directory of AviSynth. Once in place, use in your script: Code:
Thank you very much, it works very well ! Do you know if there would be a speed boost to get if I rather used DGDecNV to access my HDV files (.m2t) in Avisynth, or if anyway, the slow process of QTGMC would mask any speed gain that could provide the GPU ?