Quote:
Originally Posted by gemiz
You can combine or merge Part 1 and 2 above by using the following DOS copy command (everything has to be on the same line):
copy /B *gemiz_part1.mpg + *gemiz_part2.mpg cma_41st_final.mpg
|
Hey G,
Thanks for those caps. They were really worth the download wait. The quality is so much better than what I have on my recorder.
BTW, a command that will combine the files in Linux or Unix (Mac OS X) is:
cat inputFileName1 inputFileName2 > outputFileName
I temporarily shortened the file names to p1.mpg & p2.mpg to cut down on the typing, so my command line looked like:
cat p1.mpg p2.mpg > f.mpg
Mac users can type this in the "Terminal" program which is found in the "Utilities" folder under "Applications". (You have to change to the folder where you keep the files. Mine are in "Movies" so the command is "cd Movies" before typing the above "cat" command line.)
Thanks again!