Results 1 to 4 of 4

Thread: How do you link two parts of a movie together?

  1. #1
    Member
    Join Date
    Jan 2001
    Posts
    173

    How do you link two parts of a movie together?

    I downloaded the fast and the furious for the MediaPlayer playback, it came in two huge files, how can I join them together to get continuous playback? Thanks.

  2. #2
    Member Xeroid's Avatar
    Join Date
    Dec 2000
    Location
    Georgia
    Posts
    209
    How can I join several MPEG files into a single continuous file?
    Make sure all the MPEG files you want to combine are in the same directory. Open MSDOS and change directories to the one that contains those MPEGs. Use the following command:
    copy /b file001.mpg + file002.mpg + file003.mpg combined.mpg
    where /b refers to binary data and combined.mpg (after a space), refers to the title of the *finished* joined movie. This will combine your MPEGs into a seamless sequence in the order that you list them in your copy command. The combined MPEG file is created in that same folder.

    Downloaded these instructions from somewhere, sorry I can't remember where.
    I've used it before and it works.

    Mike

  3. #3
    Member
    Join Date
    Jan 2001
    Posts
    173
    They are avi files, does it matter? I tried it and it dind't work.

  4. #4
    Former volunteer
    Join Date
    Sep 1999
    Location
    San Antonio, TX USA
    Posts
    4,664
    This will help: http://www.vcdhelp.com/editmpg.htm

    I like TMPGEnc.

    Dave


    [This message has been edited by daveleau (edited 08-27-2001).]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •