https://github.com/membraneframework/membrane_vpx_plugin
Membrane plugin for decoding and encoding VP8 and VP9 streams
https://github.com/membraneframework/membrane_vpx_plugin
Last synced: about 1 year ago
JSON representation
Membrane plugin for decoding and encoding VP8 and VP9 streams
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_vpx_plugin
- Owner: membraneframework
- License: apache-2.0
- Created: 2024-05-23T13:44:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T17:00:31.000Z (over 1 year ago)
- Last Synced: 2025-03-21T22:33:46.745Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 2.47 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane VPx Plugin
[](https://hex.pm/packages/membrane_vpx_plugin)
[](https://hexdocs.pm/membrane_vpx_plugin)
[](https://circleci.com/gh/membraneframework/membrane_vpx_plugin)
This plugin can be used for encoding and decoding VP9 and VP8 streams.
It's a part of the [Membrane Framework](https://membrane.stream).
## Installation
The package can be installed by adding `membrane_vpx_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_vpx_plugin, "~> 0.2.0"}
]
end
```
## Copyright and License
Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_template_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_template_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)