Saturday, March 3, 2012

Join Video Files using Command Prompt


In this post I am going to show you a simple tip to join video of various formats like Mpeg, dat, mpg.. If you have questions like

1. How to join various video files into one?

2. Join two video files?

3. How to Join videos taken from mobile phone?

Then, the best method to follow is shown below. You can join your video files using just the windows Command Prompt. No need of any video joining software’s.


Step 1: For example if you have 3 videos in your hardrive root drive: video1.mpg, video2.mpg and video3.mpg just rename them to a, b, and c (just the letter withoug the file extension).

Example:
ren video1.mpg a
ren video2.mpg b
ren video3.mpg c

Step 2: Open Command Prompt.  Start–>Run–>type “cmd”.

Step 3: Type the location of the drive like d: or C:

Step 4: Type: Copy /b a + b + c videoname.mpg
and click enter

Step 5: Now wait till you see: 1 files<s> copied. 

And type exit and press enter. Thats it.You are done!

Note: If you want to join two files then those files must have the same extension.


2 comments:

  1. actually
    dont need to rename, just join the files..

    ReplyDelete
  2. Ya sure...Reason i name these files for easy understand n simple coding.

    Copy /b a+b+c
    If not rename
    Copy /b video1.mpg+video2.mpg+video3.mpg

    For this simple reason oly i rename these.

    ReplyDelete

Confused? Feel free to ask

Your feedback is always appreciated. I will try to reply to your queries as soon as time allows.

Note:
Please do not spam Spam comments will be deleted immediately upon my review.