This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim3:applications:hardware-decoding [2022/07/13 06:07] nick |
products:sbc:vim3:applications:hardware-decoding [2023/11/03 02:17] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== VIM3/3L Hardware Decoding ====== | ====== VIM3/3L Hardware Decoding ====== | ||
| - | |||
| - | ===== Introduction ===== | ||
| - | |||
| - | This document mainly introduces Hardware Decoding. You will learn how to display the decoded content and decode the file. | ||
| ===== System Configuration ===== | ===== System Configuration ===== | ||
| Line 9: | Line 5: | ||
| Please make sure you use the latest image, if not please follow [[/ | Please make sure you use the latest image, if not please follow [[/ | ||
| - | ===== For Display | + | ===== For Linux with 5.15 kernel |
| + | |||
| + | Please check [[products: | ||
| + | |||
| + | ===== For Linux with 4.9 kernel ====== | ||
| + | |||
| + | ==== For Display | ||
| Here is a demo about how to use the decoding library to decode and display video directly. It’s just a simplest demo, if you want to develop complex player you can refer the command line player [[https:// | Here is a demo about how to use the decoding library to decode and display video directly. It’s just a simplest demo, if you want to develop complex player you can refer the command line player [[https:// | ||
| Line 15: | Line 17: | ||
| https:// | https:// | ||
| - | ===== Decoded Frames | + | ==== Decoded Frames ==== |
| You can also use the hardware decoding library to decode and get the decoded (RGB/YUV) frames. | You can also use the hardware decoding library to decode and get the decoded (RGB/YUV) frames. | ||
| Line 27: | Line 29: | ||
| https:// | https:// | ||
| - | ===== Library Source Code ===== | + | ==== Library Source Code ==== |
| Here is the source code: https:// | Here is the source code: https:// | ||
| - | |||