Mailinglist Archive: opensuse-multimedia (4 mails)
| < Previous | Next > |
Re: [suse-multimedia-e] multiple mpgs
- From: Dave Grosvold <suseinfo@xxxxxxxxxxx>
- Date: Tue, 13 Jun 2006 17:45:59 -0500
- Message-id: <448F4027.7010603@xxxxxxxxxxx>
Tim Hanson wrote:
cd ./mpgfolder
cat *.mpg >> combined.mpg
Just make sure you have the filenames numbered in seqence so the files get concatenated in the right order. For example,
file01.mpg
file02.mpg
...
file10.mpg
file11.mpg,
Not:
file1.mpg
...
file10.mpg
...
This works for me.
-- Dave Grosvold
Is there a utility that will take a list of mpegs and concantenate them into one long playable mpeg? I thought the kaffeine "Save Stream" option would work, but it only streams one file at a time.On the command line, try:
cd ./mpgfolder
cat *.mpg >> combined.mpg
Just make sure you have the filenames numbered in seqence so the files get concatenated in the right order. For example,
file01.mpg
file02.mpg
...
file10.mpg
file11.mpg,
Not:
file1.mpg
...
file10.mpg
...
This works for me.
-- Dave Grosvold
| < Previous | Next > |