Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Help] Good method for reverse telecine pulldown or whatever?
#1
I have an HDTV stream (29,97 fps, interlaced).

To sync it to the 23.976 stream, I do this:

Code:
src2=DoubleWeave(src2)
src2=Pulldown(src2,0,3)

I got this off the AviSynth wiki. It works, but it doesn't look very good. I get jagged edges, as if it had simply duplicated one field.

There must be a better solution for this, but I don't know it. What do you guys use in these cases?

Pardon about the title, I have no idea how this is properly called.
Reply
Thanks given by:
#2
I call it IVTC (inverse telecine): https://en.wikipedia.org/wiki/Telecine#R..._pulldown)

I use TFM and TDecimate; it works perfectly "as is" in almost all cases: http://avisynth.nl/index.php/TIVTC

have fun! Big Grin
Reply
Thanks given by:
#3
Tfm().tdecimate() should be all you need.
Reply
Thanks given by:
#4
Hmm, thanks guys. Tfm+TDecimate look indistinguishable from my current method. Maybe the source is just flawed then. Smile
Reply
Thanks given by:
#5
Try to play with the settings, but be aware that sometimes sources are faulty - even few blu-ray, sadly...
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to properly Inverse Telecine? bendermac 4 4,016 2019-07-20, 12:50 PM
Last Post: spoRv
Photo Deriving a method for aligning footage Synnove 7 6,878 2017-12-01, 01:04 AM
Last Post: Chewtobacca
  Good free DVB software wanted! spoRv 9 8,867 2015-06-09, 11:59 PM
Last Post: spoRv

Forum Jump:


Users browsing this thread: 1 Guest(s)