README.md
# Membrane AV1 Plugin
[](https://hex.pm/packages/membrane_av1_plugin)
[](https://hexdocs.pm/membrane_av1_plugin)
[](https://circleci.com/gh/membraneframework/membrane_av1_plugin)
This plugin provides an Membrane.AV1.Encoder element based on SVT-AV1 encoder library.
It's a part of the [Membrane Framework](https://membrane.stream).
## Installation
The package can be installed by adding `membrane_av1_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_av1_plugin, "~> 0.1.0"}
]
end
```
## Copyright and License
Copyright 2026, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_av1_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_av1_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)