Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.41 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.41 KB

Membrane VP8 Format

Hex.pm API Docs CircleCI

Membrane format describing VP8 video stream.

It is part of Membrane Multimedia Framework.

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_vp8_format, "~> 0.5.0"}
  ]
end

Copyright and License

Copyright 2020, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0