---
title: 开发视频编码模块
description: "视频编码模块提供指令流服务端引擎正常运行所需要调用的外部视频编码接口，由二次开发者实现，并以动态链接库的形式提供。其动态库的名字为："
url: https://www.hikunpeng.com/document/detail/zh/kunpengcps/boostcph/instrucstreamengine/kunpengcpsinstruction_16_0031.html
sourcePath: /source/zh/kunpengcps/boostcph/instrucstreamengine/kunpengcpsinstruction_16_0031.html
indexId: 3193d9ecb4daa215aebbbf53c2a82b408d721095a8ba939a102656898e3d514785
---
# 开发视频编码模块

视频编码模块提供指令流服务端引擎正常运行所需要调用的外部视频编码接口，由二次开发者实现，并以动态链接库的形式提供。其动态库的名字为：

libVideoEncoder.so，需实现的接口定义请参见《指令流引擎 API参考(https://www.hikunpeng.com/document/detail/zh/kunpengcps/cpturbokit/instrucstreamengine/kunpengcpsinstruction_17_0018.html)》的“指令流服务端引擎依赖的视频编码接口”章节。
