{"id":18352799,"url":"https://github.com/membraneframework/membrane_matroska_plugin","last_synced_at":"2026-03-06T12:34:07.683Z","repository":{"id":37099408,"uuid":"413811707","full_name":"membraneframework/membrane_matroska_plugin","owner":"membraneframework","description":"Matroska muxer and demuxer","archived":false,"fork":false,"pushed_at":"2025-05-27T14:48:51.000Z","size":37611,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-27T15:48:06.919Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://membrane.stream","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/membraneframework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-10-05T12:37:52.000Z","updated_at":"2024-07-11T12:50:49.000Z","dependencies_parsed_at":"2023-02-17T21:46:19.655Z","dependency_job_id":"cf1d41bc-b228-45b3-84b3-3144d88b6b96","html_url":"https://github.com/membraneframework/membrane_matroska_plugin","commit_stats":{"total_commits":16,"total_committers":5,"mean_commits":3.2,"dds":0.5625,"last_synced_commit":"acc3604b1d731b0a9e350bdf15f9b15a65ab7da9"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":"membraneframework/membrane_template_plugin","purl":"pkg:github/membraneframework/membrane_matroska_plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_matroska_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_matroska_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_matroska_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_matroska_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/membraneframework","download_url":"https://codeload.github.com/membraneframework/membrane_matroska_plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_matroska_plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30176317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T11:48:51.886Z","status":"ssl_error","status_checked_at":"2026-03-06T11:48:51.460Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-05T21:37:26.635Z","updated_at":"2026-03-06T12:34:07.665Z","avatar_url":"https://github.com/membraneframework.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Membrane Matroska Plugin\n\n[![Hex.pm](https://img.shields.io/hexpm/v/membrane_matroska_plugin.svg)](https://hex.pm/packages/membrane_matroska_plugin)\n[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_matroska_plugin)\n[![CircleCI](https://circleci.com/gh/membraneframework/membrane_matroska_plugin.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_matroska_plugin)\n\nMembrane plugin for muxing and demuxing files in the [Matroska](https://www.matroska.org/index.html) format.\n\nIt is part of [Membrane Multimedia Framework](https://membraneframework.org).\n\n- Both muxer and demuxer support tracks encoded with VP8, VP9, H264 and Opus.\n- Opus tracks with more than 2 channels are not supported.\n- Demuxing of files containing [laced](https://www.ietf.org/archive/id/draft-ietf-cellar-matroska-08.html#section-12.3) frames is not supported.\n- Passing tag values is not supported\n\n## Installation\n\nThe package can be installed by adding `membrane_matroska_plugin` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:membrane_matroska_plugin, \"~\u003e 0.6.0\"}\n  ]\nend\n```\n\n## Usage\n\n### `Membrane.Matroska.Muxer`\nMatroska muxer requires a sink that can handle `Membrane.File.SeekEvent`, e.g. `Membrane.File.Sink`.\nFor an example of muxing streams to a regular matroska file, refer to [`examples/muxer_h264.exs`](examples/muxer_h264.exs).\n\nTo run the example, you can use the following command:\n ```bash\nelixir examples/muxer_h264.exs\n``` \n\n### `Membrane.Matroska.Demuxer`\nFor an example of demuxing streams, refer to [`examples/demuxer_h264.exs`](examples/demuxer_h264.exs). \n\nTo run the example, use the following command:\n```bash\nelixir examples/demuxer_h264.exs\n```\n\nYou can expect `demuxing_output` folder to appear and contain an audio file `2.ogg` and a video file `1.h264`.\n\n## Copyright and License\n\nCopyright 2022, [Software Mansion](https://swmansion.com/?utm_source=git\u0026utm_medium=readme\u0026utm_campaign=membrane_matroska_plugin)\n\n[![Software Mansion](https://logo.swmansion.com/logo?color=white\u0026variant=desktop\u0026width=200\u0026tag=membrane-github)](https://swmansion.com/?utm_source=git\u0026utm_medium=readme\u0026utm_campaign=membrane_matroska_plugin)\n\nLicensed under the [Apache License, Version 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmembraneframework%2Fmembrane_matroska_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmembraneframework%2Fmembrane_matroska_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmembraneframework%2Fmembrane_matroska_plugin/lists"}