WebM Demuxing¶
WebM is an open media container based on Matroska and commonly used with VP8, VP9, Vorbis, and Opus streams. Demuxing reads the container structure and extracts selected streams into separate output files without decoding the compressed media.
This sample shows how to demux the first audio and video streams from a WebM container with Transcoder::run.
Demux Audio and Video From WebM - Extract the first audio and video streams from a WebM file into separate WebM files with Transcoder::run.