VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Hey, guys! Please help me to convert AVI file in NTSC format to PAL format. Also I need to edit the file in Pinnacle Studio 7.0 with further outputing to video tape through analog output. Do anyone of you suggest me any useful NTSC2PAL encoding tool.
    Quote Quote  
  2. Get Avisynth 1.05 and install (from videotools.net), then copy and paste the following into a text file. Save with an AVS Extension !!!!!

    Open the resultant file in your editor. (or in Vdub and save to a new avi, then open it)


    function NTSC2PAL(clip c) {
    Assert(c.height == 480, "NTSC2PAL: input clip must have 480 scan lines")
    Bob(c,height=576)
    ChangeFPS(50)
    SeperateFields().SelectEvery(4,0,3)
    Return Weave()
    }

    AVISource("ntsc.avi").NTSC2PAL()

    <font size=-1>[ This Message was edited by: Shabubu on 2001-11-09 13:43:43 ]</font>
    Quote Quote  
  3. <TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-1>Quote:</font><HR size=1 color=black></TD></TR><TR><TD><FONT SIZE=-1><BLOCKQUOTE>
    On 2001-11-09 12:52:27, Shabubu wrote:
    Get Avisynth 1.05 and install (from videotools.net), then copy and paste the following into a text file. Save with an AVS Extension !!!!!

    Open the resultant file in your editor. (or in Vdub and save to a new avi, then open it)


    function NTSC2PAL(clip c) {
    Assert(c.height == 480, "NTSC2PAL: input clip must have 480 scan lines&quot
    Bob(c,height=576)
    ChangeFPS(50)
    SeperateFields().SelectEvery(4,0,3)
    Return Weave()
    }

    AVISource("ntsc.avi&quot.NTSC2PAL()

    </BLOCKQUOTE></FONT></TD></TR><TR><TD><HR size=1 color=black></TD></TR></TABLE>

    It doesn't work. I did everything as you recommended to me.
    in VirtDub it says following:

    Scripts error: there is no function named "SeparateFields"
    (D:/My multimedia/family/family.avs, line 5)
    (D:/My multimedia/family/family.avs, line 9)
    Quote Quote  
  4. Make sure you have the latest avisynth and try the following script to make sure it's installed right

    Version

    It should just make a clip saying what version is installed.
    Quote Quote  
  5. I just checked the version of Avisynth. It is Avisynth 1.0 beta 5. Is it the one I need to have? Probably that is the one, but may be I didn't do everything what I should do.
    May you guide me through?
    Quote Quote  
  6. That's the version, I took the script straight from the help file (the new pdf posted at videotools.net), First of all check all the spellings, then try going back to an earlier version of avisynth. Also it would be a good idea to read thru the guides on avisynth. There at doom9.org, though you'll probably have to go thru the divx guides and look for guardianknot.

    I hate it when these odd errors crop up
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!