Results 1 to 4 of 4

Thread: Combine Multiple Video files in Windows

  1. #1
    Join Date
    Apr 2009
    Posts
    745

    Combine Multiple Video files in Windows

    Hi,,, i have many video files of small sizes from one of my family function, taken by my mobile. While watching i need to play one after another and so on.

    Is there any way, we can combine them all in one movie without any third party software in my Windows PC?

  2. #2
    Join Date
    Apr 2008
    Posts
    2,139

    Re: Combine Multiple Video files in Windows

    Well. you can do it manually in windows without using any third party software. To do so, just go through this:-

    1. Open a blank text file.

    2. Type copy /b *.mpg FullMovie.mpg

    3. Save the file with a .Bat extension.Let's say you saved the text file as Joiner.Bat.

    4. Now Copy and Paste this Joiner.Bat file in a folder which contains more than one mpg files.

    5. Double click the Joiner.Bat file.

    Thats it....


    Or you can try this as well:-

    Here, the command prompt is used to join files. An advantage over the first trick is you can specify the files you want to join.

    1. Click Start >> Run.

    2. Type cmd and press Enter. This will open the command prompt.

    3. In the command prompt, type
    copy /b "D:\FirstClip.mpg" + "D:\SecondClip.mpg" "D:\FullMovie.mpg"

    where FirstClip.mpg and SecondClip.mpg are the video files to join and FullMovie.mpg is the resultant combined file.
    You can specify any number of files to join.Also notice I have typed the entire file path in the above command.

    4. Press enter and the files will be joined.

  3. #3
    Join Date
    Feb 2007
    Posts
    234

    Re: Combine Multiple Video files in Windows

    Well, thats nice trick to join video files. But may be it can not work for some formats. In this case one can try a third party software called Ultra Video Joiner.

    Ultra Video Joiner is a professional video file joining tool which join or merge multiple video clips into a large one like AVI Joiner, MPEG Joiner, WMV Joiner, RM Joiner, MP4 Joiner etc.

    It already includes all video encoders and decoders , you don`t need to download any other codecs to make it work. With just a few mouse clicks, you can enjoy your movie clips without interruption.

  4. #4
    Join Date
    Apr 2009
    Posts
    745

    Re: Combine Multiple Video files in Windows

    Thank you guys for the help... Thats what i really needed !!!

Similar Threads

  1. Replies: 2
    Last Post: 17-02-2012, 01:00 PM
  2. how to combine multiple PowerPoint slides together?
    By Forrest Ranger in forum Windows Software
    Replies: 1
    Last Post: 08-01-2012, 11:48 AM
  3. Replies: 6
    Last Post: 27-11-2011, 05:50 PM
  4. Unable to combine multiple usb speakers
    By Uftzi in forum Hardware Peripherals
    Replies: 3
    Last Post: 04-11-2010, 09:04 AM
  5. How to create a combine multiple Internet connection at home?
    By Bieber in forum Technology & Internet
    Replies: 4
    Last Post: 06-10-2010, 06:43 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,627,064.60608 seconds with 17 queries