Xavier/Processors/HDAV Subsystem/Video Encoder: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 24: Line 24:
|}
|}


=Nvidia Hardware Accelerated Gstreamer Video Encoding Plugins=
==Nvidia Hardware Accelerated Gstreamer Video Encoding Plugins==
{| class="wikitable" style="margin-right: 22em;"
{| class="wikitable" style="margin-right: 22em;"
|-
|-
Line 37: Line 37:
|}
|}


 
==Multimedia API==
 
=Multimedia API=


The video decoder device node is <code>/dev/nvhost-msenc</code> the multimedia API defines a helper class called <code>NvVideoDecoder</code> that creates new V4L2 video encoders, and it sets encoder capture and output plane formats. The example located in <code>~/tegra_multimedia_api/samples/01_video_encode</code> provides more information on how to use the decoder.
The video decoder device node is <code>/dev/nvhost-msenc</code> the multimedia API defines a helper class called <code>NvVideoDecoder</code> that creates new V4L2 video encoders, and it sets encoder capture and output plane formats. The example located in <code>~/tegra_multimedia_api/samples/01_video_encode</code> provides more information on how to use the decoder.