README.md

# Membrane IVF Plugin

[![Hex.pm](https://img.shields.io/hexpm/v/membrane_ivf_plugin.svg)](https://hex.pm/packages/membrane_ivf_plugin)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_ivf_plugin/)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_ivf_plugin.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_ivf_plugin)

Plugin for serializing a video stream into the IVF format and for deserializing IVF into a video stream.

It is part of [Membrane Multimedia Framework](https://membraneframework.org).

## Installation

The package can be installed by adding `membrane_ivf_plugin` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:membrane_ivf_plugin, "~> 0.4.0"}
  ]
end
```

## Usage

For usage examples please refer to our tests.

## Copyright and License

Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_template_plugin)

[![Software Mansion](https://logo.swmansion.com/logo?color=white&variant=desktop&width=200&tag=membrane-github)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_ivf_plugin)

Licensed under the [Apache License, Version 2.0](LICENSE)