View Single Post
Old 10th May 2007, 18:41   #9  |  Link
DarkT
Registered User
 
Join Date: Dec 2006
Posts: 280
Thanks a lot - from what I remember it's fully interlaced... Anyway, lots of good advice here - I'll be trying it all out...

Just one question though - why would I want to double my fps if I need it to become 25 anyway for it to be pal?

Here's something from what anotehr guy above you suggested:

function NTSC2PAL_DV(clip c)
{
c.SmoothDeinterlace(tff=false, doublerate=true)
BilinearResize(720, 576)
ConvertFPS(50)
SeparateFields()
SelectEvery(4, 0, 3)
}

This one also doubles the FPS, though I'm assuming the last two lines will be dealing with that... Hmmm, I wonder how the audio will be affected, well, besweet does have options for that, mhmhmhmhmhm, all so interesting, I'll need to run atleast like 10 different encodes - love it .

Last edited by DarkT; 10th May 2007 at 18:50.
DarkT is offline   Reply With Quote