Demux a Matroska file (.mkv or .webm) into multiple streams
$ dotnet add package Matroska.MuxerA Matroska demuxer to extract Ogg Opus audio from a .webm file.
Extract
var inputStream = new FileStream("test.webm", FileMode.Open, FileAccess.Read);
var outputStream = File.OpenWrite("test.opus");
MatroskaDemuxer.ExtractOggOpusAudio(inputStream, outputStream);
Entity Framework Extensions and Dapper Plus are major sponsors and proud to contribute to the development of Matroska.Muxer.