Log in

View Full Version : Wonky lines


baka1
13th February 2021, 01:51
https://mega.nz/folder/LfpjUCoQ#pOMq8_DF645Yi_O369LhCA

My script is currently as follows:

Yadif(Mode=1)
srestore(23.976)

So while most of the movie is fine - there are places where both straight and curved lines look wonky (or not continuous)

Is that a defect of Yadif (and that another deinterlacing filter should be used)?

Sharc
13th February 2021, 10:07
Your source is standard 3-2 telecined. Therefore you should IVTC (inverse telecine) it to restore the original progressive 23.976p movie.
TFM()
tdecimate()
#vinverse() #to remove residual combing artefacts

baka1
13th February 2021, 10:59
Your source is standard 3-2 telecined. Therefore you should IVTC (inverse telecine) it to restore the original progressive 23.976p movie.


:thanks: