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.
+ Reply to Thread
Results 1 to 6 of 6
-
-
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> -
<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"
Bob(c,height=576)
ChangeFPS(50)
SeperateFields().SelectEvery(4,0,3)
Return Weave()
}
AVISource("ntsc.avi".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) -
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. -
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? -
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
Similar Threads
-
AVS4You Video Convertor
By didikai in forum Video ConversionReplies: 4Last Post: 24th Sep 2012, 14:33 -
ASF convertor??
By yugub in forum EditingReplies: 2Last Post: 9th Jun 2011, 15:57 -
Best avi to flv convertor?
By V879 in forum Video ConversionReplies: 1Last Post: 16th May 2011, 16:57 -
Easy to Use DVD Convertor
By booyaka in forum DVD RippingReplies: 3Last Post: 8th Feb 2008, 19:20 -
DIVX convertor / resolution
By surfer in forum Video ConversionReplies: 2Last Post: 10th Jun 2007, 03:56