How To Combine Video Files

Posted on February 18th, 2007 by Jason

Here’s a great tip for re-combining video files, if a website has split it into smaller parts to make it easier for people with slow internet connections to download them. It’s so simple, it’s beautiful.

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.

Liked this article? Read another similar article.

Tags: , , , , , , ,

Share and Enjoy:
  • del.icio.us
  • StumbleUpon
  • Facebook
  • Google
  • Furl
  • Live
  • MisterWong.DE
  • NewsVine
  • Reddit
  • Yahoo! Buzz
  • MySpace
  • Slashdot
  • Technorati
  • YahooMyWeb
  • BlinkList
  • description
  • Fark
  • Netvouz
  • Spurl
  • MisterWong
  • Webnews.de
  • Blogsvine
  • description
  • kick.ie
  • Taggly
  • E-mail this story to a friend!
  • Print this article!

Related posts

No Responses to “How To Combine Video Files”

  1. EntreGeeks on 18 Feb 2007 at 1:31 pm #

    今度はインストールで不具合Vista en la casa de hielo[Windows Mobile]サムソンのデュアルキーボード端末の動画OReilly Windows Vista Pocket Reference Feb 2007 eBook-BBLWinRescue XP 1.08.37How To Combine Video FilesModify application timeout Solaris, ZFS, and Why OS X Rocks My SocksCollections of ffmpeg tips and usageHow-To: Install Trixbox 2.0 on a CentOS 4.4 OpenVZ VPSIntalling Flash Player on 64-bit Ubuntu我的Ubuntu初體驗 - III

Leave a Reply