# parser **Repository Path**: lmfei310/parser ## Basic Information - **Project Name**: parser - **Description**: 解封装相关格式的解析,功能正在调试中 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-13 - **Last Updated**: 2023-12-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/目录下。