Log in

View Full Version : How to use evr or vmr deinterlacer in avisyth?


cagali
10th June 2017, 00:41
Where could I find the name of deinterlacer used in evr or vmr?
What is the closest alternative plugin in avisynth?

The video is a mpeg2 30i 1080 HDTV TS file.
I am using mpc-hc and a nvidia display card.
In mpc-hc there is no option of deinterlacer.
The only deinterlacing option in the driver is "inverse telecine". (a checkbox)

Actually after a few hours of testing, this give me a close result.
LoadPlugin("D:\Program Files\MeGUI_2106_x86\tools\avisynth_plugin\TDeint.dll")
TDeint(mode=1,order=1,mthreshL=0,mthreshC=0)
(dumb bob?)

For mthreshL/mthreshC, in order to get the same level of very few residual combing as the evr/vmr9 deinterlacer, the values need to be as low as 0. However this setting also turns some straight lines into jaggy lines, and produces too much blurring at static area.

All suggestions are welcome. :thanks:

orig, interlaced
https://preview.ibb.co/kkBzVv/0_avs_crop_x4.jpg (https://ibb.co/mJmYqv)

evr, deinterlaced
https://preview.ibb.co/hXOPxa/1_evr_crop_x4.jpg (https://ibb.co/cG2v3F)

deinterlaced with tdeint
https://preview.ibb.co/gESTOF/2_tdeint_0_crop_x4.jpg (https://ibb.co/mWpxHa)