README.md
# 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.4.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)