https://github.com/membraneframework/membrane_raw_video_format
Membrane Multimedia Framework: Raw video format definition
https://github.com/membraneframework/membrane_raw_video_format
Last synced: 6 months ago
JSON representation
Membrane Multimedia Framework: Raw video format definition
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_raw_video_format
- Owner: membraneframework
- License: apache-2.0
- Created: 2018-10-05T09:45:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T11:31:29.000Z (over 2 years ago)
- Last Synced: 2024-03-29T21:00:34.575Z (about 2 years ago)
- Language: Elixir
- Size: 53.7 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane Multimedia Framework: Raw video format definition
[](https://hex.pm/packages/membrane_raw_video_format)
[](https://hexdocs.pm/membrane_raw_video_format/)
[](https://circleci.com/gh/membraneframework/membrane_raw_video_format)
This package provides the definition of raw (uncompressed) video frames format for the elements written with
[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 a raw (uncompressed) 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_raw_video_format, "~> 0.4.2"}
```
## Copyright and License
Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
Licensed under the [Apache License, Version 2.0](LICENSE)