View Source Membrane Nvidia MMAPI Plugin
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"}
]
endUsage
See examples folder.