README.md
# Membrane Video Compositor Plugin
<!-- [](https://hex.pm/packages/membrane_video_compositor_plugin)
[](https://hexdocs.pm/membrane_video_compositor_plugin) -->
[](https://dl.circleci.com/status-badge/redirect/gh/membraneframework-labs/membrane_video_compositor_plugin/tree/master)
It is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
The package can be installed by adding `membrane_video_compositor_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_video_compositor_plugin, "~> 0.1.0"}
]
end
```
Since parts of this package are implemented in Rust, you need to have a Rust installation to compile this package. You can get one [here](https://rustup.rs/)
## Usage
TODO
## Copyright and License
Copyright 2022, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_video_compositor_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_video_compositor_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)