VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Jun 2005
    Location
    Germany
    Search Comp PM
    Hi,

    I have a short AVI file that I need to append on 70 different AVI files. I can do it manually in Virtual dub, but because I have 70 files, it's really time consuming. I couldn't figure out a way how to do it by batch processing using Dubman.
    Is there any way to create a batch job?

    Thank you!
    Quote Quote  
  2. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    1)Put Your short "header" file in a different folder than the other AVI files. The example below has it placed in the root of your C:\> drive.

    2) Make a folder on your C:\> drive named TEMP

    3) Download Mencoder.exe


    4) Type this in at the folder where your AVI files are located

    for %a in ("*.avi") do Mencoder -ovc copy -oac copy c:\header.avi "%a" -o "c:\temp\%%a"
    Quote Quote  
  3. Member
    Join Date
    Jun 2005
    Location
    Germany
    Search Comp PM
    thank you very much - that worked great!
    Quote Quote  
  4. Member
    Join Date
    Jun 2005
    Location
    Germany
    Search Comp PM
    Hi,

    I have one more question:

    If I want to cut the first 30 frames, what script do I have to use / write. I googled and found this:
    mencoder -ss 01:30:24 -oac copy -ovc copy in.avi -o out.avi

    I tried this and several variations, but it just doesn't work . Can you tell me what exactly I need to type in the script? Thank you...
    Quote Quote  



Similar Threads

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