Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework/membrane_vp8_format
VP8 Membrane format
https://github.com/membraneframework/membrane_vp8_format
Last synced: 2 days ago
JSON representation
VP8 Membrane format
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_vp8_format
- Owner: membraneframework
- License: apache-2.0
- Created: 2021-02-09T12:20:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T09:46:15.000Z (4 months ago)
- Last Synced: 2024-10-28T17:25:15.824Z (10 days ago)
- Language: Elixir
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane VP8 Format
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_vp8_format.svg)](https://hex.pm/packages/membrane_vp8_format)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_vp8_format)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_vp8_format.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_vp8_format)Membrane format describing VP8 video stream.
It is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
Unless you're developing a Membrane Element it's unlikely you need to use this package directly in your app, as normally it is going to be fetched as a dependency of any element that operates on VP8 encoded video.However, if you are developing an Element or need to add it due to any other reason, the package can be installed by adding membrane_vp8_format to your list of dependencies in mix.exs:
```elixir
def deps do
[
{:membrane_vp8_format, "~> 0.5.0"}
]
end
```## Copyright and License
Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_vp8_format)
[![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_vp8_format)
Licensed under the [Apache License, Version 2.0](LICENSE)