freeware mpeg joiner

  • Thread starter Thread starter MC
  • Start date Start date
M

MC

Hi
Is there a free software for joining small mpg files into a large file.
most of the search results on google.com are for shareware applications ..
i am using windows xp home edition as the OS in my computer.

thanks
mahesh
 
This works on mp3s, should work with mpg's too. Just rename your files
a.mpg, b.mpg, c.mpg, and so on. At your DOS prompt in the directory with
your files:

copy a.mp3 /b + b.mp3 /b c.mp3
 
MC said:
Hi
Is there a free software for joining small mpg files into a large file.
most of the search results on google.com are for shareware applications ...
i am using windows xp home edition as the OS in my computer.

thanks
mahesh

i tested virtual dub with avi's and it works, so it also should with mpeg's.
http://www.virtualdub.org/
 
i tested virtual dub with avi's and it works, so it also should with
mpeg's. http://www.virtualdub.org/

Well, you clearly haven't tried it, as Virtualdub does NOT join mpeg files.

All other programs mentioned, TMPGenc, Camel's, MPGjoin, do.
By the way, I have joined mpeg files succesfully with the Merge function of
2xExplorer.
 
Well, you clearly haven't tried it, as Virtualdub does NOT join mpeg files.

All other programs mentioned, TMPGenc, Camel's, MPGjoin, do.
By the way, I have joined mpeg files succesfully with the Merge function of
2xExplorer.

I've even joined them with plain DOS COPY using the binary switch:

COPY /b mpeg1+mpeg2+mpeg3 bigmpeg

(Can't do much editing that way though. :)


Cheers, Phred.
 
Back
Top