https://github.com/membraneframework/membrane_matroska_format
Matroska Membrane format
https://github.com/membraneframework/membrane_matroska_format
Last synced: over 1 year ago
JSON representation
Matroska Membrane format
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_matroska_format
- Owner: membraneframework
- License: apache-2.0
- Created: 2022-06-01T11:39:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T14:46:08.000Z (over 2 years ago)
- Last Synced: 2025-04-10T00:39:02.745Z (over 1 year ago)
- Language: Elixir
- Size: 18.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane Matroska Format
[](https://hex.pm/packages/membrane_matroska_format)
[](https://hexdocs.pm/membrane_matroska_format)
[](https://circleci.com/gh/membraneframework/membrane_matroska_format)
This package provides structures describing Matroska format. They can be used to define capabilities of pads for the [Membrane](https://membraneframework.org) Elements.
## Installation
Unless you're developing an Membrane Element it's unlikely that you need to use this package directly in your app, as normally it is going to be fetched as a dependency of any element that operates on Matroska file.
However, if you are developing an Element or need to add it due to any other reason, just add the following line to your `deps` in the `mix.exs` and run `mix deps.get`.
```elixir
def deps do
[
{:membrane_matroska_format, "~> 0.1.0"}
]
end
```
## Copyright and License
Copyright 2022, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_matroska_format)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_matroska_format)
Licensed under the [Apache License, Version 2.0](LICENSE)