ogmmerge doesn't seem to support raw vorbis... Here's what it says:
CODE
$ ./ogmmerge -o out.ogg radio.vorbis
Error: File radio.vorbis has unknown type. Please have a look at the supported file types ('ogmmerge --list-types') and contact me at moritz@bunkus.org if your file type is supported but not recognized properly.
$ ./ogmmerge --list-types
Known file types:
ext description
--- --------------------------
demultiplexers:
ogg general OGG media stream, Vorbis audio embedded in OGG
avi AVI (Audio/Video Interleaved)
wav WAVE (uncompressed PCM)
srt SRT text subtitles
MicroDVD text subtitles
mp3 MPEG1 layer III audio (CBR and VBR/ABR)
ac3 A/52 (aka AC3)
output modules:
Vorbis audio
Video (not MPEG1/2)
uncompressed PCM audio
text subtitles
MP3 audio
AC3 audio
It only has ogged vorbis in list...
Any other ideas?