{"id":15677672,"url":"https://github.com/stefh/matroska","last_synced_at":"2025-07-31T06:38:29.086Z","repository":{"id":47083411,"uuid":"326180165","full_name":"StefH/Matroska","owner":"StefH","description":"An Ebml based serializer to deserialize a Matroska file (.mkv or .webm)","archived":false,"fork":false,"pushed_at":"2025-06-14T06:32:21.000Z","size":3172,"stargazers_count":18,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-30T06:41:56.474Z","etag":null,"topics":["csharp","deserialize","deserializer","ebml","matroska","mkv","ogg-opus","serializer","webm"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StefH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["StefH"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.me/stefheyenrath"}},"created_at":"2021-01-02T12:40:30.000Z","updated_at":"2025-07-14T14:59:29.000Z","dependencies_parsed_at":"2025-04-19T07:40:07.005Z","dependency_job_id":"146a2a81-2008-4de0-adfc-0704538b2f95","html_url":"https://github.com/StefH/Matroska","commit_stats":{"total_commits":38,"total_committers":2,"mean_commits":19.0,"dds":0.3421052631578947,"last_synced_commit":"03cd936a01694d14a85693a1660400e11ac41b62"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/StefH/Matroska","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FMatroska","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FMatroska/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FMatroska/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FMatroska/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StefH","download_url":"https://codeload.github.com/StefH/Matroska/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FMatroska/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267999858,"owners_count":24178866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","deserialize","deserializer","ebml","matroska","mkv","ogg-opus","serializer","webm"],"created_at":"2024-10-03T16:10:14.101Z","updated_at":"2025-07-31T06:38:29.079Z","avatar_url":"https://github.com/StefH.png","language":"C#","funding_links":["https://github.com/sponsors/StefH","https://www.paypal.me/stefheyenrath"],"categories":[],"sub_categories":[],"readme":"# ![Icon](./resources/logo_32x32.png) Projects\r\n\r\n## Matroska\r\nAn Ebml based serializer to deserialize a Matroska file (.mkv or .webm).\r\n\r\n[![NuGet](https://img.shields.io/nuget/v/Matroska)](https://www.nuget.org/packages/Matroska)\r\n\r\n### Usage\r\nDeserialize a stream to a MatroskaDocument\r\n``` c#\r\nvar stream = new FileStream(\"test.webm\", FileMode.Open, FileAccess.Read);\r\n\r\nvar doc = MatroskaSerializer.Deserialize(stream);\r\n```\r\n\r\n\r\n## Matroska.Muxer\r\nA Matroska demuxer to extract Ogg Opus audio from a .webm file.\r\n\r\n[![NuGet](https://img.shields.io/nuget/v/Matroska.Muxer)](https://www.nuget.org/packages/Matroska.Muxer)\r\n\r\n### Usage\r\nExtract\r\n``` c#\r\nvar inputStream = new FileStream(\"test.webm\", FileMode.Open, FileAccess.Read);\r\nvar outputStream = File.OpenWrite(\"test.opus\");\r\n\r\nMatroskaDemuxer.ExtractOggOpusAudio(inputStream, outputStream);\r\n```\r\n\r\n## Credits / References\r\n- [NEbml](https://github.com/OlegZee/NEbml)\r\n- [concentus](https://github.com/lostromb/concentus)\r\n- [atldotnet](https://github.com/Zeugma440/atldotnet)\r\n- [ebml-specification](https://github.com/ietf-wg-cellar/ebml-specification) / [matroska-specification](https://github.com/ietf-wg-cellar/matroska-specification)\r\n- [Ellié Computing](http://www.elliecomputing.com) contributes to this project by giving free licences of ECMerge, comparison/merge tool.\r\n\r\n## Sponsors\r\n\r\n[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=StefH) and [Dapper Plus](https://dapper-plus.net/?utm_source=StefH) are major sponsors and proud to contribute to the development of **Matroska.Muxer** and **Matroska**.\r\n\r\n[![Entity Framework Extensions](https://raw.githubusercontent.com/StefH/resources/main/sponsor/entity-framework-extensions-sponsor.png)](https://entityframework-extensions.net/bulk-insert?utm_source=StefH)\r\n\r\n[![Dapper Plus](https://raw.githubusercontent.com/StefH/resources/main/sponsor/dapper-plus-sponsor.png)](https://dapper-plus.net/bulk-insert?utm_source=StefH)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefh%2Fmatroska","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefh%2Fmatroska","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefh%2Fmatroska/lists"}