logo Sign In

Post #1318454

Author
riftamos
Parent topic
Original Trilogy "Faces" LD Preservation & Upscale project (Released)
Link to post in topic
https://originaltrilogy.com/post/id/1318454/action/topic#1318454
Date created
8-Jan-2020, 9:42 PM

Williarob said:

Since the 3:2 pulldown is completely reversible (unlike true interlaced video) I think you’ll find converting your 60fps capture back into frame accurate (capable of being GOUT Sync’d) full frames at 23.976 fps with no interlacing and no duplicates is much harder than if you just capture it at 29.97 and then IVTC it with a single line in an AVISynth script:

AVISource(“c:\path\to\my_29_97_LD_Capture.avi”).Tfm().tdecimate()

Or simply open it in Virtualdub, go to Video -> Filters -> Add -> IVTC and choose Reduce Frame Rate, Auto, Adaptive, Click OK and then save your file.

I’ll give this a try and see what I can come up with