View Source Membrane VP9 Format

Hex.pm API Docs CircleCI

Membrane format describing VP9 video stream.

It is part of Membrane Multimedia Framework.

installation

Installation

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_vp9_format, "~> 0.4.0"}
  ]
end

Copyright 2020, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0