Hi there,
I have over 100 folders with avi files in, each folder has a few avi's in. I've been using Virtualdub to join the files with no problem, but it is taking ages.
I'm looking for a ".bat" file that I can put into the folders and just click & let it join them for me rather than having to drag the files into a program, then selecting another file, then another, then selecting save.
Found on sites suggesting bat files with commands like these :
copy /b *.* movie.avi
copy /b *.avi movie.avi
The problem is, it looks like it has joined them due to the new file being the size of both files joined together, but when opening the file, it's only the first file, so not joined but twice the size ??
If anyone can help, I'd be very grateful
+ Reply to Thread
Results 1 to 3 of 3
-
-
copy /b doesn't update the avi header so it wont work.
I have not seen any good avi batch joiner. -
I wonder if you could remux to some intermediate file format that would allow simple appending (copy/b), or has a CLI tool for appending, then convert back to AVI. Of course, for this to work with AVI the properties (frame size, frame rate, codecs, etc.) of all the files have to be the same.
Last edited by jagabo; 7th Oct 2010 at 06:52.
Similar Threads
-
Help me join these two .bat files...
By CactusMan in forum Newbie / General discussionsReplies: 3Last Post: 18th Jan 2012, 13:08 -
Bat file not looping?
By sambat in forum ComputerReplies: 5Last Post: 26th Feb 2011, 14:58 -
It's possible a .bat for avi that convert at 25fps and merge with mp3 ?
By Robertus in forum ProgrammingReplies: 10Last Post: 14th Aug 2010, 12:36 -
Problem using AVCHD_Convert *.bat files
By aghusker in forum Video ConversionReplies: 2Last Post: 17th Jul 2008, 20:46 -
Trying to Join separate files into 1 file, then add 1 more file and burn
By futureBDburner in forum EditingReplies: 2Last Post: 11th May 2008, 03:50