/membrane_nvidia_mmapi_plugin

A collection of elements that leverage Nvidia Jetson hardware via Multimedia API

Primary LanguageC++Apache License 2.0Apache-2.0

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:

Element Input Format Output Format Description Status
Decoder H264,H265 I420 Hardware video decoder Implemented
Encoder I420 H264,H265 Hardware video encoder Planned

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.