Media Data Processing V2 (VENC Video Encoding)
Description
This sample implements the encoding of YUV420SP and YVU420SP videos into H.264 and H.265 streams.
Principles
The following table lists the key functions involved in this sample.
Directory Structure
The sample directory is organized as follows:
├── libHisiSdkCodec //Directory of the sample code files
│ ├── hmev_hisi_sdk_*.h //Header file that declares functions related to encoding
│ ├── hmev_hisi_sdk_*.cpp //Implementation file of functions related to encoding
├── CMakeLists.txt //Build script
Parent topic: Samples