View Source Membrane Nvidia MMAPI Plugin

Hex.pm API 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.2"}
  ]
end

Usage

See examples folder.