Soldato
- Joined
- 7 Feb 2004
- Posts
- 8,215
- Location
- North East
http://forum.digital-digest.com/showthread.php?t=1996
I managed to make a file, but it was only the first mpg, and was invalid
Can anyone post the txt info, so i can make it work lol...
i want to join 1.mpg and 2.mpg to make output.mpg
I am surprised that the very simple and easy way of joining MPEG fies by doing a binary copy command is not mentioned anywhere in the site. I've been doing this method for years with no problem. I simply open a DOS box (command prompt) or create a batch file and run any of the below commands:
copy /b file(1).mpg+file(2).mpg+file(n).mpg file-total.mpg
copy /b file??.mpg file-total.mpg [place more ? as appropriate]
copy /b copy /b *.mpg file-total.mpg [copies all into one file]
I managed to make a file, but it was only the first mpg, and was invalid

Can anyone post the txt info, so i can make it work lol...
i want to join 1.mpg and 2.mpg to make output.mpg