Membrane Nvidia MMAPI Plugin

Hex.pmAPI Docs

A collection of elements that leverage the Nvidia Jetson hardware using Multimedia API

Elements

The plugin will contain the following elements:

ElementInput FormatOutput FormatDescriptionStatus
DecoderH264,H265I420Hardware video decoderImplemented
EncoderI420H264,H265Hardware video encoderPlanned

Installation

Add the following line to your list of dependencies in mix.exs:

def deps do
[
{:membrane_nvidia_mmapi_plugin, "~> 0.1.1"}
]
end

Usage

See examples folder.