README.md
# VideoMixer
Mixes multiple video inputs to a single output using ffmpeg filters.
## Installation
```elixir
def deps do
[
{:video_mixer, "~> 1.0.0"}
]
end
```
## Copyright and License
Copyright 2022, [KIM Keep In Mind GmbH](https://www.keepinmind.info/)
Licensed under the [Apache License, Version 2.0](LICENSE)