Re: Q: [OT] concatenating audio files
Ivo Emanuel Gonçalves <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
On 3/17/09, Ralph Giles <[email protected]> wrote: > Only raw, afaik. Ogg files can be concatenated, but unfortunately many > common players aren't spec compliant in this area. I wouldn't > recommend it outside of vorbis-only audio. Basically, for non-multiplexed Vorbis just do: $ cat file1.ogg file2.ogg file3.ogg fileN.ogg > final_name.ogg Like Ralph points out you can also do this with Theora, Ogg FLAC, etc, but player compatibility in this regard is not 100%. -Ivo