VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Member Capt.Video's Avatar
    Join Date
    Nov 2005
    Location
    United States
    Search Comp PM
    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
    I have been into computers since 1980. Ive been tinkering with DV in one flavor or another since 1990.
    Quote Quote  
  2. Member Capt.Video's Avatar
    Join Date
    Nov 2005
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  
  3. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    Just load your AVI and Stream and set all options within VDubMod and make

    Save Processing Settings--menu File

    Then work from there
    Quote Quote  
  4. VH Veteran jimmalenko's Avatar
    Join Date
    Aug 2003
    Location
    Down under
    Search PM
    Yes, I have also found it easier at times when writing things for programs such as TMPGEnc to actually go and set it all up exactly how I want it to be in the GUI and then take a look at the finished file and work back from there.
    If in doubt, Google it.
    Quote Quote  
  5. Member Capt.Video's Avatar
    Join Date
    Nov 2005
    Location
    United States
    Search Comp PM
    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.
    Andrew
    I have been into computers since 1980. Ive been tinkering with DV in one flavor or another since 1990.
    Quote Quote  
  6. VH Veteran jimmalenko's Avatar
    Join Date
    Aug 2003
    Location
    Down under
    Search PM
    So either pre-build the settings file, or alternatively open it in Notepad to see the contents of the VCF file.
    If in doubt, Google it.
    Quote Quote  
  7. Member Capt.Video's Avatar
    Join Date
    Nov 2005
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  
  8. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    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
    Quote Quote  



Similar Threads

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