Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework/membrane_h264_format
Membrane Multimedia Framework: H264 video format definition
https://github.com/membraneframework/membrane_h264_format
Last synced: 2 days ago
JSON representation
Membrane Multimedia Framework: H264 video format definition
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_h264_format
- Owner: membraneframework
- License: apache-2.0
- Created: 2018-10-05T07:44:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T16:40:19.000Z (5 months ago)
- Last Synced: 2024-10-20T14:05:12.740Z (18 days ago)
- Language: Elixir
- Size: 43 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane Multimedia Framework: H264 video format definition
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_h264_format.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_h264_format)
This package provides H264 video format definition (so-called caps) for the
[Membrane Multimedia Framework](https://membraneframework.org).## Installation
Unless you're developing an Membrane Element it's unlikely that 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 H264 video stream.However, if you are developing an Element or need to add it due to any other
reason, just add the following line to your `deps` in the `mix.exs` and run
`mix deps.get`.```elixir
{:membrane_h264_format, "~> 0.6.2"}
```
## Copyright and LicenseCopyright 2021, [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)