https://github.com/membraneframework/membrane_vp9_format
VP9 Membrane format
https://github.com/membraneframework/membrane_vp9_format
Last synced: 3 months ago
JSON representation
VP9 Membrane format
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_vp9_format
- Owner: membraneframework
- License: apache-2.0
- Created: 2020-11-26T12:42:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T09:47:02.000Z (almost 2 years ago)
- Last Synced: 2025-10-19T21:25:54.162Z (8 months ago)
- Language: Elixir
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane VP9 Format
[](https://hex.pm/packages/membrane_vp9_format)
[](https://hexdocs.pm/membrane_vp9_format)
[](https://circleci.com/gh/membraneframework/membrane_vp9_format)
Membrane format describing VP9 video stream.
It is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
Unless you're developing a Membrane Element it's unlikely 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 VP8 encoded video.
However, if you are developing an Element or need to add it due to any other reason, the package can be installed by adding membrane_vp8_format to your list of dependencies in mix.exs:
```elixir
def deps do
[
{:membrane_vp9_format, "~> 0.5.0"}
]
end
```
## Copyright and License
Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_vp9_format)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_vp9_format)
Licensed under the [Apache License, Version 2.0](LICENSE)