/membrane_video_compositor_plugin

Membrane plugin for video and audio mixing/composing

Primary LanguageElixirApache License 2.0Apache-2.0

Membrane Video Compositor Plugin

Hex.pm API Docs CircleCI

Membrane plugin that accepts multiple video inputs, transforms them according to provided transformations and composes them into a single output video.

It is part of Membrane Multimedia Framework.

Installation

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

def deps do
  [
    {:membrane_video_compositor_plugin, "~> 0.7.0"}
  ]
end

Since parts of this package are implemented in Rust, you need to have a Rust installation to compile this package. You can get one here

Usage

Before jumping into Livebook, check out this installation guide. Note that it's running on the previous version of this plugin.

Run in Livebook

Copyright and License

Copyright 2022, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0