QUOTE
Is there a way to tell oggenc to encode multiple wav files to a single ogg vorbis? That would actually do the trick for me, because my problem is usually putting more avi clips containing wave audio to a single ogm.
Well, that's also what I wanted.
In theory, using besweet in batch mode should do the trick. However, I had problems. I hope in some new version of besweet the problem could be solved. You could try it and see if you can work it out how to use it.
However, I have an idea that may work (It worked for me in some extent).
1- Encode each wav separetely to ogg vorbis.
2- Mux each ogg vorbis file with some short video using oggmux or virtualdubmod. (In fact, you could mux it with the corresponding video part).
3- Now the idea is to merge all your clips. You can do that using OGMmerger. (If you first muxed each audio with its corresponding part of video, then that's all).
4- You extract the audio from your merged file, and you'll have an only ogg vorbis file that can be played with no problems and you can mux it in your final video.
Links:
http://dspguru.notrace.dk/ (for besweet)
http://cyrius.bunkus.org/index.html (for OGMerger): This porgram will Merge different OGM files together (be careful, the Merging of subtitles doesn't work like it should)
http://virtualdubmod.sourceforge.net/ (for VirtualDubMod)