https://github.com/membraneframework/membrane_ivf_plugin
Plugin for converting video stream into IVF format
https://github.com/membraneframework/membrane_ivf_plugin
Last synced: 4 months ago
JSON representation
Plugin for converting video stream into IVF format
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_ivf_plugin
- Owner: membraneframework
- License: apache-2.0
- Created: 2020-12-23T13:08:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T08:32:11.000Z (almost 2 years ago)
- Last Synced: 2025-06-04T06:15:19.144Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 627 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane IVF Plugin
[](https://hex.pm/packages/membrane_ivf_plugin)
[](https://hexdocs.pm/membrane_ivf_plugin/)
[](https://circleci.com/gh/membraneframework/membrane_ivf_plugin)
Plugin for serializing a video stream into the IVF format and for deserializing IVF into a video stream.
It is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
The package can be installed by adding `membrane_ivf_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_ivf_plugin, "~> 0.8.0"}
]
end
```
## Usage
For usage examples please refer to our tests.
## Copyright and License
Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_template_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_ivf_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)