MP4 Demuxing¶
MP4 is an ISO Base Media File Format container commonly used for H.264/AVC, H.265/HEVC, AAC, and other compressed 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 an MP4 container with Transcoder::run.
Demux Audio and Video From MP4 - Extract the first audio and video streams from an MP4 file into separate MP4 files with Transcoder::run.