[vorbis] Joining .WAV files with ogg-vorbis
Glendon M. Gross
gross at xinetd.com
Thu Oct 16 19:42:32 PDT 2003
By the way, I was delighted to find out that I could join .ogg files
with cat, i.e.
cat {file1.ogg} file2.ogg > outputfile.ogg
<p>I successfully used this capability, together with oggenc and sox, to
join two .WAV files in the following manner:
<p>oggenc -q9 file1.wav
...
oggenc -q9 file2.wav
---
cat file1.ogg file2.ogg > outfile.ogg
ox outfile.ogg outfile.wav
I get a few complaints from sox about "holes in the file, probably
harmless."
But the resulting file has a nice RIFF header and works fine for me. So
after searching the internet for an easy way to combine .wav files, I am
glad
to discover that xiph's commitment to open standards has solved one of
my
problems caused by a bad design of a proprietary standard. :)
<p>Regards,
Glendon Gross
Satisfied Ogg-Vorbis User
--- >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