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]
Any comments?
Riza
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]
Any comments?
Riza
Comment