View Source Membrane Matroska Format

Hex.pm API Docs CircleCI

This package provides structures describing Matroska format. They can be used to define capabilities of pads for the Membrane Elements.

installation

Installation

Unless you're developing an Membrane Element it's unlikely that 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 Matroska file.

However, if you are developing an Element or need to add it due to any other reason, just add the following line to your deps in the mix.exs and run mix deps.get.

def deps do
  [
    {:membrane_matroska_format, "~> 0.1.0"}
  ]
end

Copyright 2022, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0