This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim-5:applications:hardware-encoding [2026/09/14 06:08] nick |
products:sbc:vim-5:applications:hardware-encoding [2026/09/14 06:20] (current) nick [Library Source Code] |
||
|---|---|---|---|
| Line 40: | Line 40: | ||
| ===== Encoding with Gstreamer ===== | ===== Encoding with Gstreamer ===== | ||
| - | |||
| - | ==== Install Gstreamer Encoder Plugins ==== | ||
| - | |||
| - | You need to install the gstreamer encoder plugins: | ||
| - | |||
| - | ```shell | ||
| - | sudo apt update | ||
| - | sudo apt install gstreamer-aml | ||
| - | ``` | ||
| Check the gstreamer encoder plugins: | Check the gstreamer encoder plugins: | ||
| Line 67: | Line 58: | ||
| ```shell | ```shell | ||
| - | gst-launch-1.0 filesrc location=/ | + | gst-launch-1.0 filesrc location=/ |
| ``` | ``` | ||
| Line 73: | Line 64: | ||
| ```shell | ```shell | ||
| - | gst-launch-1.0 v4l2src device=/ | + | gst-launch-1.0 v4l2src device=/ |
| ``` | ``` | ||
| Line 84: | Line 75: | ||
| ```shell | ```shell | ||
| - | gst-launch-1.0 filesrc location=/ | + | gst-launch-1.0 filesrc location=/ |
| ``` | ``` | ||
| Line 90: | Line 81: | ||
| ```shell | ```shell | ||
| - | gst-launch-1.0 v4l2src device=/ | + | gst-launch-1.0 v4l2src device=/ |
| ``` | ``` | ||
| Line 103: | Line 94: | ||
| ===== Library Source Code ===== | ===== Library Source Code ===== | ||
| - | * VIM4 H264/H265 [[gh> | + | * VIM 5 H264/H265 [[gh> |
| - | * VIM3/3L [[gh> | + | * JPEG [[gh> |
| - | * JPEG [[gh> | + | |