Membrane IVF Plugin View Source
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.
Installation
The package can be installed by adding membrane_ivf_plugin
to your list of dependencies in mix.exs
:
def deps do
[
{:membrane_ivf_plugin, "~> 0.3.0"}
]
end
Usage
For usage examples please refer to our tests.
Copyright and License
Copyright 2020, Software Mansion
Licensed under the Apache License, Version 2.0