I'm trying to create graph AudioCapture -> Vorbis Encoder -> Matroska Muxer, but graphedit inserts Vorbis Decoder before Matroska Muxer. I want this graph working without Vorbis Decoder. How can I do this?

link|improve this question

78% accept rate
1  
In case you don't find a muxer and going to create one, split it into specific questions when you need help. – Wimmel Oct 14 '11 at 20:04
feedback

1 Answer

up vote 1 down vote accepted

This means that the multiplexer you are using is unable to accept the Vorbis stream as a valid input. It can be one of the two:

  • Something is wrong with media type, and it should be corrected so that both capture and mux accept it
  • More likely - the multiplexer implementation has no sufficient support for Vorbis audio, and what you basically need to do is to replace it with the Vorbis-friendly alternative.
link|improve this answer
Vorbis Friendly alternatives can be found at xiph.org – SteveS May 9 at 15:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.