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!
+ Reply to Thread
Results 1 to 4 of 4
-
-
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" -
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...
Similar Threads
-
help me how to make a set of avi files to DVD with menus of each avi file
By mmah in forum Video ConversionReplies: 5Last Post: 9th Mar 2011, 02:07 -
script to append numbered .avi sequence via AviDemux?
By MilesAhead in forum Video ConversionReplies: 2Last Post: 13th Jan 2010, 00:24 -
Cannot append some AVI files in VirtualDub.
By StehpenRH in forum EditingReplies: 3Last Post: 8th Oct 2008, 04:51 -
Problem with Append AVI in VirtualDub - Audio of Sync - How Fix?
By Chakra in forum Newbie / General discussionsReplies: 3Last Post: 6th Aug 2008, 18:00 -
How To Split Single DV AVI file into Multiple DV AVI files using Time Stamp
By insysnet in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 23rd Aug 2007, 12:49