View Single Post

Old 11-25-2007, 01:31 PM   #17 (permalink)
pickluh
Ron
Huge Kellie Follower
 
pickluh's Avatar
Keeper of Kellie's
Air Freshener

 
pickluh is offline
Join Date: Mar 2006
Location: New Orleans
Quote:
Originally Posted by gemiz View Post
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!
  Reply With Quote