Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/membraneframework/membrane_vpx_plugin

Membrane plugin for decoding and encoding VP8 and VP9 streams
https://github.com/membraneframework/membrane_vpx_plugin

Last synced: 2 days ago
JSON representation

Membrane plugin for decoding and encoding VP8 and VP9 streams

Awesome Lists containing this project

README

        

# Membrane VPx Plugin

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

This plugin can be used for encoding and decoding VP9 and VP8 streams.

It's a part of the [Membrane Framework](https://membrane.stream).

## Installation

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

```elixir
def deps do
[
{:membrane_vpx_plugin, "~> 0.2.0"}
]
end
```

## 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_template_plugin)

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