Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

How to merge several .mpg files??

  • 29-12-2004 10:39pm
    #1
    Registered Users, Registered Users 2 Posts: 4,537 ✭✭✭


    Don't know where the software forum is so I will post this here.

    I have a folder on my pc that contains 9 files altogether making the same 22min episode of Friends.

    I downloaded Womble MPEG2VCR v3.14 to do this and have not used it yet(will soon).

    Has anyone used this tool and if not what would/do, you use??


    Cheers for any help.


Comments

  • Closed Accounts Posts: 3,715 ✭✭✭marco murphy


    Windows movie maker?


  • Registered Users, Registered Users 2 Posts: 7,909 ✭✭✭The_B_Man


    VirtualDub?


  • Closed Accounts Posts: 16,339 ✭✭✭✭tman


    make a folder at the root of the c: drive called "friends"

    open a dos prompt (start/run/cmd)
    type cd\friends
    then type "copy file1.mpg+file2.mpg+file3.mpg output.mpg"
    with filex.mpg being the files you've downloaded, and output.mpg being the name of the new file that you want to merge them into.
    does the same thing as most of these "video joiner" apps


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 93,857 Mod ✭✭✭✭Capt'n Midnight


    tman wrote:
    then type "copy /B file1.mpg+file2.mpg+file3.mpg output.mpg"
    couldn't be that easy could it ? :D
    ( added /B )

    Same trick can be used to make one Zip file when you have it spread over several disks , and also works with DOS 5 backup (without compression) to put one file on to several disks and then off again - in the old days before USB keys etc.


  • Closed Accounts Posts: 16,339 ✭✭✭✭tman


    couldn't be that easy could it ? :D
    ( added /B )

    Same trick can be used to make one Zip file when you have it spread over several disks , and also works with DOS 5 backup (without compression) to put one file on to several disks and then off again - in the old days before USB keys etc.
    d'oh :rolleyes:

    you could also stick the files into a zip file with zero compression... does pretty much the same thing as my last suggestion


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,865 ✭✭✭Syth


    One can do a similiar thing in Linux (cat file1.mpg file2.mg file3.mpg > total.mpg). It works. However it's not a proper movie file. Oh it'll play fine, but some video edditing apps will complain if you try to edit this stiched up film. There's something on the mplayer man page about fixing that, but it doesn't matter as it should play fine.


  • Moderators, Music Moderators Posts: 6,525 Mod ✭✭✭✭dregin


    In DOS "type" is pretty much the same as "cat" in Linux. Go to the directory containing the files and type "type * > filename.extension".....the files will be stuck together in alphabetical order.


  • Registered Users, Registered Users 2 Posts: 698 ✭✭✭vishal


    this is a different question but if i wanted to split say a 100mb file into 2 pieces could thiis be done dos?


  • Moderators, Music Moderators Posts: 6,525 Mod ✭✭✭✭dregin


    I think there is a console version of winrar.

    www.rarlabs.com


  • Registered Users, Registered Users 2 Posts: 4,537 ✭✭✭joseph brand


    Tried it with this womble thingy and it works with normal mpg files but not with .ogm files, . . . .BRILLIANT!!!

    Could not actually be happier.

    Gonna try VirtualDub. Why do people break the One 22 min file into 9 WinRar files only for me to have to UnRar them and then get out the sticky back plastic and stick it all back together again.??

    Also, how the hell can there be these 9 Rar files in one folder all with same file name??

    Cheers.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 235 ✭✭Wigertoods


    vishal wrote:
    this is a different question but if i wanted to split say a 100mb file into 2 pieces could thiis be done dos?

    Don't know about DOS but a handy little prog caled HJ Split
    will split any file into any amount of parts.


  • Moderators, Arts Moderators Posts: 35,788 Mod ✭✭✭✭pickarooney


    If you have a load of winrar files, you jsut need to open the .r00 file with winrar and combine them all into one.


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 93,857 Mod ✭✭✭✭Capt'n Midnight


    dregin wrote:
    In DOS "type" is pretty much the same as "cat" in Linux. Go to the directory containing the files and type "type * > filename.extension".....the files will be stuck together in alphabetical order.
    IIRC this bombs out on ASCII 0 (Null) or 26 (^Z)
    For the same reasons you have to use /B on copy.

    Copy /B file*.mpg output.mpg
    can give different results in differrent versions of Dos/command console - sometimes works though..
    and copy file1.ext *.* trashes the file (0 bytes) in the original version of windows 95 and don't get me started on the MANY variations in xcopy syntax across the versions.


Advertisement