ghacks Technology News

Join multiple video files into one


Websites sometimes split movies into smaller parts to make it easier for users with low bandwidth access to the internet to download the movies without facing problems like timeouts. Once downloaded it is rather tiresome to view such a movie because you have to click on each part which naturally means a short pause between the last and the next movie.

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.

You need an additional programs if the parts are avi files instead of mpg. Download the freeware VirtualDubMod and unpack it to your hard drive. Run the tool and select File, Open Video File and browse to the first part of the movie. Select no If a popup named VBR audio stream detected appears.

Click on File, append Segment and browse to the second part of the movie. Once this is done click on File, Save As and save the newly merged movie file to your hard drive.




Tags: , , , , , , , , , , , , , ,
Categories: Knowledge



Related posts:

How to join flv videos
How to join, split and create mp4, mov and 3gp files
Join Mp3 From The Command Line
Save Google Video Files directly as Avi
How to extract multiple independent rar files
Convert Youtube Video Files to Avi
Automatically download files with Opera
Jumpcut online video editing and publishing

12 Responses to “Join multiple video files into one”

  1. Everton says:

    I can’t tell you how useful this post is – Thank You. I’ve searched high and low for this a way to do this in the past.

    Link on its way ASAP from my site;-)

  2. hereje says:

    we are talking about pr0n right? :D

    very useful thanks.

  3. Martin says:

    pr0n ? what is that, never heard that word.. :)

  4. says:

    Or instead of typing each individual filename, if you have say 100 small vid files you want to join, (or big ones!)

    open notepad and paste the following without the ”

    “copy /b *.avi CombinedFilm.avi”

    simply save the file as .bat, and copy it to the folder where all the files are you want to merge.

    …you can change *.avi to whatever the filetype your merging… .ts, .mpeg etc – CombinedFilm is the name of the video of the merged file.

    I find this comes in handy all the time, and saves messing around with filenames…

  5. someone says:

    An even easier method using a UI we’re all familiar with is to add each of the files to a zip file using WinZip with NO COMPRESSION! Be sure the files are added in the correct order and rename the final .zip file to a .mpg and there you go… your single movie with no cutting and pasting!

  6. udaykhan says:

    i tried this method for .rm files and .asf files individually. it goes thru fine, shows the right combined size, but the video length is still the same as the first part only. what could be wrong?

  7. A.Samet says:

    i tried this method for .mp4 files.but video length is stiill same and video size is right.i want to split these files again.how can i do?

    (My English is bad.so you can’t understand easily.i’m sorry)

  8. help says:

    there has to be a website or something that a none computer genius can use

  9. Hijuna says:

    “Or instead of typing each individual filename, if you have say 100 small vid files you want to join, (or big ones!)

    open notepad and paste the following without the ”

    “copy /b *.avi CombinedFilm.avi”

    simply save the file as .bat, and copy it to the folder where all the files are you want to merge.

    …you can change *.avi to whatever the filetype your merging… .ts, .mpeg etc – CombinedFilm is the name of the video of the merged file.

    I find this comes in handy all the time, and saves messing around with filenames…”

    AWESOME!! THANKS.

  10. hobo says:

    “Or instead of typing each individual filename, if you have say 100 small vid files you want to join, (or big ones!)

    open notepad and paste the following without the ”

    “copy /b *.avi CombinedFilm.avi”

    simply save the file as .bat, and copy it to the folder where all the files are you want to merge.

    …you can change *.avi to whatever the filetype your merging… .ts, .mpeg etc – CombinedFilm is the name of the video of the merged file.

    I find this comes in handy all the time, and saves messing around with filenames…”

    Big help :) Thanks

Trackbacks/Pingbacks

  1. [...] Combining avi files is a bit more complicated.  If you want to learn how to do this then visit gHacks [...]

Leave a Reply   Follow Ghacks   Subscribe To Comment Rss

© 2005-2009 Ghacks.net. All Rights Reserved. Privacy Policy - About Us