I have the AVI creation I needed fixed and finished...
I need help with a .jobs script for VirtualDubMod to
-Load AVI file (its already been generated, this is the finished video)
-Load a stream (MP2, MP3, AC3... etc..)
-Save a new AVI with audio and video using Direct Stream Copy for video (is already DSC for audio)
-Exit VDub
Thats it, thats all I need help with... However, I cant get any of my "built from scratch" scripts to work, either VDub crashes or it just dont work... I am reviewing the scripting, but not everything makes 100% sense to me so much of this is just trial and error...
Thanks!
Andrew Daniel
+ Reply to Thread
Results 1 to 8 of 8
-
I have been into computers since 1980. Ive been tinkering with DV in one flavor or another since 1990.
-
Forgot, I also need to know how to set delay in interleaving... if its DVD source and AC3 has a delay. Thanks...
I have been into computers since 1980. Ive been tinkering with DV in one flavor or another since 1990. -
Delta2, that works perfect!
However, I need to be able to script this so I can load VDubMod from the command line, run the script and do the mux.
This is part of an automated program project Im working on, and this is the *LAST* part of the project Im having difficulty with.
Thanks for the replies.
AndrewI have been into computers since 1980. Ive been tinkering with DV in one flavor or another since 1990. -
jim... Ive done that.... but I dont understand the VCF syntax.
This is where Im asking for help.I have been into computers since 1980. Ive been tinkering with DV in one flavor or another since 1990. -
As I said, Virtualdub makes the code for you, you only need to change a few lines...like :
VirtualDub.Open("#SOURCE#",0,0);
VirtualDub.audio.SetSource("#AUDIO#");
#auto generated code
VirtualDub.SaveAVI("#TARGET#");
VirtualDub.Close();
VirtualDubMod has his own Sylia Scripting syntax for those commands (OPEN SOURCES, mainly), because it uses streams
for example
VirtualDub.audio.SetSource("#AUDIO#");
was changed to :
VirtualDub.stream[n].SetSource(string fileName)
Just see the Help Reference within VirtualDubMod. Menu Help- VirtualDub Help - Script Language
hope this helps
Similar Threads
-
How do I write an ffmpeg script that will simply strip the audio track?
By Iced Coffee in forum Newbie / General discussionsReplies: 1Last Post: 18th Jan 2012, 08:55 -
Need help in making script file for Virtualdubmod
By snafubaby in forum Newbie / General discussionsReplies: 3Last Post: 11th Apr 2011, 12:45 -
Avisynth script fails to load
By Rick-E in forum Software PlayingReplies: 1Last Post: 31st Mar 2011, 17:35 -
Audio missing when opening an Avisynth script in WMP & VirtualDubMOD
By aln688 in forum Video ConversionReplies: 3Last Post: 2nd Apr 2010, 05:09 -
Joining avi files with virtualdubmod script
By rhijaen in forum Video ConversionReplies: 1Last Post: 26th Oct 2009, 06:58