简体   繁体   中英

Matroska Muxer filter for DirectShow

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM