spscream / membrane_vp8_ffmpeg_plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Membrane Template Plugin

Hex.pm API Docs CircleCI

This repository contains a template for new plugins.

Check out different branches for other flavors of this template.

It's a part of the Membrane Framework.

Installation

The package can be installed by adding membrane_template_plugin to your list of dependencies in mix.exs:

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

Usage

TODO

About


Languages

Language:Elixir 66.7%Language:C 33.3%