Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim3:applications:hardware-encoding

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:vim3:applications:hardware-encoding [2022/07/08 02:41]
frank
products:sbc:vim3:applications:hardware-encoding [2023/11/03 02:39] (current)
nick
Line 1: Line 1:
-====== Hardware Encoding ======+====== VIM3/3L Hardware Encoding ======
  
 ===== Introduction ===== ===== Introduction =====
  
-This document mainly introduces Hardware Encoding. You will learn how to use H254 encoding and H265 encoding.+This document mainly introduces Hardware Encoding. You will learn how to use **h264** encoding and **h265** encoding.
  
 ===== System Configuration ===== ===== System Configuration =====
Line 9: Line 9:
 Please make sure you use the latest image, if not please follow [[/products/sbc/common/configurations/upgrade-system|Upgrade The System]] to upgrade your system. Please make sure you use the latest image, if not please follow [[/products/sbc/common/configurations/upgrade-system|Upgrade The System]] to upgrade your system.
  
-===== H264 Hardware Encoding =====+===== For Linux with 5.15 kernel ===== 
 + 
 +Please check [[products:sbc:vim4:applications:hardware-encoding| Hardware Encoding]]. 
 + 
 +===== For Linux with 4.9 kernel ===== 
 + 
 +==== H264 Hardware Encoding ====
  
 ```shell ```shell
 $ h264EncoderDemo  1080p.nv21    1080p.h264 1920 1080 10 30 2000000 2000 1 $ h264EncoderDemo  1080p.nv21    1080p.h264 1920 1080 10 30 2000000 2000 1
 ``` ```
-The encoded file is 1080p.h264.+The encoded file is ''1080p.h264''.
  
 <WRAP info > <WRAP info >
Line 35: Line 41:
 </WRAP> </WRAP>
  
-===== H265 Hardware Encoding ====+==== H265 Hardware Encoding ====
- +
-<WRAP alert > +
-VIM1 doesn’t support H265 Hardware Encoding. +
-</WRAP>+
  
 ```shell ```shell
 $ h265EncoderDemo  1080p.nv21   1080p.h265  1920 1080 0 30 1000000 2000 0 $ h265EncoderDemo  1080p.nv21   1080p.h265  1920 1080 0 30 1000000 2000 0
 ``` ```
-The encoded file is 1080p.h265.+The encoded file is ''1080p.h265''.
  
 <WRAP info > <WRAP info >
Line 66: Line 68:
  
  
-===== Library Source Code =====+==== Library Source Code ====
  
-https://github.com/numbqq/encoder_libs_aml+[[gh>numbqq/encoder_libs_aml]]
  
  
Last modified: 2022/07/08 02:41 by frank