Here's the script I have. Just plug in the mencoder path.
It's set up to combine any two files you drop on it. You could probably increase it to more by changing the:
to
That would increase the total to 9 files. Someone who is good at scripting here in the forum could probably increase it to more.
Otherwise you could just manually type in all the filenames
Good luck.
It's set up to combine any two files you drop on it. You could probably increase it to more by changing the:
Code:
copy /b %1+%2 "%~dpn1-combine.avi"
to
Code:
copy /b %1+%2+%3+%4+%5+%6+%7+%8+%9 "%~dpn1-combine.avi"
That would increase the total to 9 files. Someone who is good at scripting here in the forum could probably increase it to more.
Otherwise you could just manually type in all the filenames
Good luck.