< Browse > Home / Uncategorized / Blog article: Join multiple movie video files without downloading any additional software

| Mobile | RSS

Join multiple movie video files without downloading any additional software


The following method makes it possible to join multiple video files into one big file making it that much easier in the end to play and enjoy the downloaded movie. The method is different depending on the type of movie that you are playing. If the movie consists of multiple mpg movies you can use the windows command line to merge them.

Start the command line by pressing the windows key and R. Enter cmd in the prompt which will start the command line window. Enter the following line into the command line, make sure you enter the right filepath to the movie. I suggest you move the files to the top of a hard drive to ease the amount of typing that needs to be done.

copy /B “C:\movie1.mpg” + “C:\movie2.mpg” + “C:\movie3.mpg” “C:\completemovie.mpg”
This joins movie1.mpg, movie2.mpg and movie3.mpg into completemovie.mpg. You can add more movies to join more parts without problems.

Or instead of typing each individual filename, if you have say 100 small files you want to join
copy /b *.mpg CombinedFilm.mpg

|
Tags: , , , , , , , , ,