logo Sign In

Post #936596

Author
Chewtobacca
Parent topic
Converting Interlaced PAL (50i) to Interlaced NTSC (60i)
Link to post in topic
https://originaltrilogy.com/post/id/936596/action/topic#936596
Date created
30-Apr-2016, 6:53 PM

To convert 25i to 29.97i in AviSynth, try this.

Mpeg2Source()
Bob()# Change this to your favorite deinterlacer.
Spline36Resize(720,480)# or whatever
ChangeFPS(60000,1001)
AssumeTFF()
SeparateFields()
SelectEvery(4,0,3)
Weave() 

You might not like the result; I don’t much. And I don’t envy you your source material.