[vorbis] prog to join ogg vorbis files

gtgbr at gmx.net gtgbr at gmx.net
Wed Feb 5 10:34:22 PST 2003



figyu wrote:
> could someone recommend me an application that is able to join ogg
> vorbis files into one? i searched the net in vain so far.

If, by that, you mean concatenating .ogg files, you already got the
tools you need. On DOS/Windows (including cmd.exe):

copy /b file1.ogg+file2.ogg+...+filen.ogg file1-n.ogg

On Unix:

cat file1.ogg file2.ogg ... filen.ogg > file1-n.ogg

<p>Moritz
--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis mailing list