Membrane format describing VP8 video stream.
It is part of Membrane Multimedia Framework.
Unless you're developing a Membrane Element it's unlikely 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 VP8 encoded video.
However, if you are developing an Element or need to add it due to any other reason, the package can be installed by adding membrane_vp8_format to your list of dependencies in mix.exs:
def deps do
[
{:membrane_vp8_format, "~> 0.5.0"}
]
end
Copyright 2020, Software Mansion
Licensed under the Apache License, Version 2.0