Skip to content

membraneframework/membrane_ivf_plugin

Repository files navigation

Membrane IVF Plugin

Hex.pm API Docs CircleCI

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.8.0"}
  ]
end

Usage

For usage examples please refer to our tests.

Copyright and License

Copyright 2020, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0