Log in

View Full Version : merge/join multiple avi from command line?


sebus
10th July 2010, 18:54
Sorry, but have no idea which forum would be best for my question.

I have 1000+ folders with 3 - 20 avi files in each

They are the whole avi, so I can not just copy /b them
And I need to join content of each folder into single avi file (so I lend up with just 1000+ playable files)

mencoder works fine, but does NOT accept path with wildcard input.

This works fine (must be run from the folder where the files are:

mencoder -forceidx -ovc copy -oac copy -o fullfile.avi *.avi

But this will NOT work:

mencoder -forceidx -ovc copy -oac copy -o fullfile.avi c:\video\*.avi

Anybody know a way to do it from a batch file?

Thanks

sebus