All I am trying to do is take multiple uncompressed AVIs and make one divx file.
I can't seem to get the Append function to work. Can someone post a sample .Jobs file that does the following:
open AVI
Append AVI2
Export Divx file
I am not a coder, and the author's help files are less than helpful... an example script is all I need to see what the structure is.
thanks!
Chuck
+ Reply to Thread
Results 1 to 3 of 3
-
-
To load your avisynth script into vdub, where your clips are named video1 and video2 try this:
AviSource("video1.avi") + AviSource("video2.avi")
Ensure your .avs script is in the same directory as both your avi clips, otherwise you'll need to reference the full path.
Then follow some guides on videohelp.com to set your codec in vdub (Video -> Compression - Divx).
Similar Threads
-
Help with scripting - please
By cliffspicer in forum SVCD2DVD & VOB2MPGReplies: 4Last Post: 12th Oct 2009, 12:08 -
VirtualDub Scripting
By shojimbo0 in forum ProgrammingReplies: 1Last Post: 20th Oct 2008, 13:58 -
Avisynth Batch Scripting
By Maikeru-sama in forum Video ConversionReplies: 1Last Post: 20th Jun 2008, 22:18 -
DVD scripting
By Rosko1702RS in forum Authoring (DVD)Replies: 6Last Post: 15th Mar 2008, 00:57 -
Avisynth scripting
By demonwarrior in forum Newbie / General discussionsReplies: 9Last Post: 24th Dec 2007, 00:05