README.md

# Membrane Multimedia Framework: Raw video parser Element

[![CircleCI](https://circleci.com/gh/membraneframework/membrane-element-rawvideo-parser.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane-element-rawvideo-parser)


This package provides [Membrane Multimedia Framework](https://membraneframework.org)
element that can be used to parse data stream into raw video frames.
Documentation is available at [HexDocs](https://hexdocs.pm/membrane_element_rawvideo_parser/)


## Installation

Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.

```elixir
{:membrane_element_rawvideo_parser, "~> 0.2.0"}
```

## Copyright and License

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

[![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)

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