-----------1
In AD & E's guide, a script is given to convert PAL interlaced to NTSC...
What then if I want to edit it in 24 fps ?Converting Interlaced PAL to NTSC (will desync audio, other methods also work)
Telecide()
Decimate(mode=1)
AssumeFPS(23.976)
AssumeFrameBased
SeparateFields
SelectEvery(8, 0,1, 2,3,2, 5,4, 7,6,7)
Weave
LanczosResize(720,480)
does replacing the 23.976 by 24 solve this problem ?
--------2
is there a problem in editing at 24fps and exporting at 24 fps... ?
Why is it necessary to convert back to 23,97 fps?
if one edits at 24fps and export at 24 fps, there is no need then to change the audio and stuf...so what is the problem with this method ?
--------3
If I work with several sources, pal , NTSC, interlaced or not...
What resolution and framerate should I use ? (I guess I have to work at ONE given resolution and framerate under premiere, so changes are needed...)
is an avisynth script sufficient to solve all the problems, or do I still need to stretch the Audio somewhere ?
Thank you
