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
Last revision Both sides next revision
products:sbc:vim3:applications:hardware-encoding [2022/07/06 23:46]
frank Add hardware encoding
products:sbc:vim3:applications:hardware-encoding [2022/07/13 23:33]
frank
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 11: Line 11:
 ===== H264 Hardware Encoding ===== ===== H264 Hardware Encoding =====
  
-```sh+```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 >
 Get help information Get help information
-```sh+```shell
 $ h264EncoderDemo $ h264EncoderDemo
 Amlogic AVC Encode API Amlogic AVC Encode API
Line 37: Line 37:
 ===== H265 Hardware Encoding ===== ===== H265 Hardware Encoding =====
  
-<WRAP alert > +```shell
-VIM1 doesn’t support H265 Hardware Encoding. +
-</WRAP> +
- +
-```sh+
 $ 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 >
 Get help information Get help information
-```sh+```shell
 $ h265EncoderDemo $ h265EncoderDemo
 Amlogic AVC Encode API Amlogic AVC Encode API
Line 68: Line 64:
 ===== Library Source Code ===== ===== Library Source Code =====
  
-https://github.com/numbqq/encoder_libs_aml+[[gh>numbqq/encoder_libs_aml]]
  
  
Last modified: 2023/11/03 02:39 by nick