WebM Muxing¶
WebM is an open media container based on Matroska and commonly used with VP8, VP9, Vorbis, and Opus streams. Muxing combines already encoded audio and video streams into one WebM file with synchronized timing and container metadata.
This sample shows how to mux Vorbis audio and VP8 video streams into a WebM container with Transcoder::run.
Mux Audio and Video Into WebM - Mux Vorbis audio and VP8 video WebM streams into a single WebM file with Transcoder::run.