Log in

View Full Version : Yadifmod + TDeint correct settings for same frame rate deinterlacing?


orion44
24th December 2020, 11:29
I have a 29.970 fps video, and I want to do a same frame rate deinterlacing with Yadifmod and TDeint.

Which of the two settings are correct (I found these on the web):

yadifmod(mode=0, edeint=tdeint(mode=0))
or
yadifmod(mode=0, edeint=tdeint(mode=0, mthreshL=0,mthreshC=0))

In Yadifmod, should I set mode=0, so it can do a spatial check, or mode=2 so it doesn't do a spatial check?

I do not want to use QTGMC or Yadif.

kedautinh12
24th December 2020, 11:58
Can you check BWDIF, i think it's better
https://github.com/Asd-g/AviSynth-BWDIF

orion44
24th December 2020, 12:11
Can you check BWDIF, i think it's better
https://github.com/Asd-g/AviSynth-BWDIF

Thanks.

I will test it when I have more time.