Log in

View Full Version : Join Video Clips with Virtualdub?


BCHurricane89
1st April 2008, 22:41
Is there a way I can join clips (.mpg format) with virtual dub, or is there a good program to do this in? preferably a free program.


Maybe avidemux or something?

Southstorm
1st April 2008, 22:46
They must have the same specs, but Cuttermaran will do this.

BCHurricane89
1st April 2008, 23:07
umm, they are all mpg format, about 1 minute long, (There is about 20 of em.) but I want to join them. Still use cuttermaran?

Placio74
1st April 2008, 23:10
Try Movica (http://vani.bhargav.googlepages.com/movica).

BCHurricane89
2nd April 2008, 01:20
hmm...cuttermaran didnt work, Movica joined them, but you could tell where the splits were, because it paused for like 20 seconds at each split. I exited after 20 seconds, so I dont know if it kept playing. Any other suggestions?
Thanks

BCHurricane89
2nd April 2008, 01:32
Like I thought virtual dub could do that, but maybe not. Maybe I dont understand what virtual dub even does? lol

edit: oro I could convert the files to avi with vdub, and join them with vdub then, if no prgrams work for me.

setarip_old
2nd April 2008, 02:23
@BCHurricane89

Hi!

Open a DOS box (command prompt) or create a batch file and run the following (substitute the correct .MPG names):

copy /b file(1).mpg+file(2).mpg+file(n).mpg file-total.mpg

BCHurricane89
2nd April 2008, 23:16
Ok, will the system automatically find them, because it says it cannot find them
when I open up the cmd box, it just says C:\Documents and Settings/Administrator:

do I need to type something to find the directory?

Southstorm
2nd April 2008, 23:34
Yes. Type CD followed by the path of your files. Then proceed with setarip_old's comment.

BCHurricane89
3rd April 2008, 00:44
ok, thanks!

it worked! Thanks for all the help!

setarip_old
3rd April 2008, 01:07
it worked! Thanks for all the help!Glad to hear that! You're quite welcome ;>}