Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_vpx_plugin
- Owner: membraneframework
- License: apache-2.0
- Created: 2024-05-23T13:44:00.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T11:03:39.000Z (3 months ago)
- Last Synced: 2024-09-19T18:18:30.378Z (about 2 months ago)
- Language: Elixir
- Homepage:
- Size: 2.47 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)