logo Sign In

Post #732110

Author
althor1138
Parent topic
PAL 25i to NTSC 30i proper conversion - HELP NEEDED
Link to post in topic
https://originaltrilogy.com/post/id/732110/action/topic#732110
Date created
18-Oct-2014, 4:35 PM

Here's a way in avisynth.

video=mpeg2source("clip.d2v")

audio=audio file goes here

audiodub(video,audio)

tfm()

assumefps("ntsc_film",sync_audio=true)

spline64resize(720,480)

limiter()

This will give you a 23.976 fps output. You would then use the encoder to implement a pulldown flag. This will probably show up as progressive on most modern hardware.  

EDIT: This is the basic method I'm using to backup all of my seinfeld pal discs to ntsc btw.