simaaiencoder
Description
GStreamer plugin reference: simaaiencoder
This is Sima.ai’s hardware-accelerated encoder plugin. The encoder plugin is responsible for compressing raw audio/video streams into an encoded format including H.264 and H.265 (HEVC). These encoded formats are more efficient for storage, transmission, and playback on various devices.
Plugin Configurations
All plugins in Edgematic have options and configurations that can be accessed via:
Plugin configuration options
The plugin configurator provides 3 tabs:
GENERAL: Generic configuration options shared among plugins. Usually contains mostly which processor this plugin is executing on. In this case, it should state
CVU.CONFIGURATION: This is where the configurations for
input_buffersblock andoutput_memory_orderblock could be set/reviewed.ADVANCED:
Encoder width (Optional)The width (in pixels) of the video frames to be encoded.
Encoder height (Optional)The height (in pixels) of the video frames to be encoded.
Encoder bitrateThe target bitrate (in kilobits per second, Kbps) for the encoded video stream.
Plugin source configurations (advanced)
If you wish to directly alter the code or configurations for the plugin, simply click on the plugin on the canvas and the source will be highlighted in orange on the left panel.
