LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Combining mpegs? (https://www.linuxquestions.org/questions/linux-software-2/combining-mpegs-96576/)

BajaNick 09-24-2003 11:44 PM

Combining mpegs?
 
I know this has been asked before but ive found no answer. Is there a linux program that allow you to join a string mpegs into one. Theres a windows program called mpegjoin and it does just that. or how about a simple script that would connect the mpegs. thanks

MasterC 09-24-2003 11:50 PM

How about simpler:
cat file1.mpg file2.mpg > hugefile.mpg
mplayer --forceidx hugefile.mpg

This does indeed work (great) with avi's, however YMMV with mpegs (?).

Cool

BajaNick 09-25-2003 12:18 AM

Thanks but what do you mean by YMMV for mpegs?:confused:

BajaNick 09-25-2003 08:58 PM

hey masterc i just did it and it combined a bunch of mpegs into one, Thanks

MasterC 09-25-2003 11:50 PM

For more information, check out the LQ glossary ( YMMV is in there ;) ).

Glad it worked ;)

Cool


All times are GMT -5. The time now is 12:34 PM.