# new_parser **Repository Path**: lmfei310/new_parser ## Basic Information - **Project Name**: new_parser - **Description**: hevc parser,目前调试中,功能还不完善 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-18 - **Last Updated**: 2023-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # parser #### 介绍 265解析 #### 软件架构 该软件用于解析H265的vps、sps、pps与sei。 #### 使用说明 1. 编译需要在av_codec/services/engine/plugin/plugins/BUILD.gn中添加: deps += [ "parser:plugin_hevc_parser" ] 2. 编译需要将改项目clone到av_codec/services/engine/plugin/plugins/目录下。