madboy33 Posted December 15, 2004 Report Share Posted December 15, 2004 Hi guysI have 2 .avi files which i want to splice togetherIs it possible and how? Quote Link to comment Share on other sites More sharing options...
r4may Posted December 15, 2004 Report Share Posted December 15, 2004 I think TMPGenc will do it Quote Link to comment Share on other sites More sharing options...
Tony Posted December 15, 2004 Report Share Posted December 15, 2004 Virtual Dub is the thing you want or Nan Dub is even better, both are free. NanDub is based on Virtual Dub but with a couple of extras.Virtual DubNanDubGood LuckTony Quote Link to comment Share on other sites More sharing options...
madboy33 Posted December 16, 2004 Author Report Share Posted December 16, 2004 hi allin the end i used http://www.movietoolbox.com/ its absolutely brilliant Quote Link to comment Share on other sites More sharing options...
scuzzman Posted December 20, 2004 Report Share Posted December 20, 2004 Is it free or does it require registration? Quote Link to comment Share on other sites More sharing options...
pwp Posted December 21, 2004 Report Share Posted December 21, 2004 Is it free or does it require registration?i had alook at this it's a demo version which will join up to three files.to join more than three files you have to buy the full version 19$ if iremember right. Quote Link to comment Share on other sites More sharing options...
sskagent Posted December 22, 2004 Report Share Posted December 22, 2004 www.afterdawn.com has a lot of help combining movies as well as many different programs to use Quote Link to comment Share on other sites More sharing options...
scuzzman Posted December 26, 2004 Report Share Posted December 26, 2004 Actually, I'm not sure if this will work on AVI's, but I know it works on MPG's: the Linux system has a utility called CAT, short for concatenate. It accepts format like this:cat file1 file2 file3 > file4Upon execution of that, file4 contains everything in file 1,2, & 3, in the order they were entered. Hence, if file1 held:123file2 held456and file3 held789then after executing the above command, file4 would hold123456789The reason I mention all of this, is because the DOS system has a utility called TYPE, which works in the exact same way hence:C:\> type file1 file2 file3 > file4would do the aforementioned, and this works for *.MPG Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.