Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
dcu-codec-pipeline-py
Commits
88c3387a
Commit
88c3387a
authored
Mar 13, 2026
by
zhyh2010
Browse files
修正bug,完善readme
parent
8f056840
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
2 deletions
+13
-2
codecbenchmark-py/readme.md
codecbenchmark-py/readme.md
+5
-1
codecbenchmark-py/requirements.txt
codecbenchmark-py/requirements.txt
+0
-0
readme.md
readme.md
+7
-0
sample/readme.md
sample/readme.md
+1
-1
No files found.
codecbenchmark-py/readme.md
View file @
88c3387a
...
...
@@ -33,7 +33,7 @@ DCU编解码性能测试工具 - 用于测试和评估不同编解码器后端
## 环境要求
与MacCodec环境要求一致
与MacCodec环境要求一致
,基于DTK2504镜像即可,本代码使用harbor.sourcefind.cn:5443/dcu/admin/base/vllm:0.9.2-ubuntu22.04-dtk26.04-0130-py3.10-20260202
### 依赖安装
...
...
@@ -68,6 +68,10 @@ dcu-codec-pipeline-py/
运行解码和编码性能测试:
```
bash
#首先需要保证MacCodeCSDK安装成功
解压并进入MacCodeCSDK后,执行source ./env.sh
输入ffmpeg有输出则代表安装完成。若重启容器则需要重新安装
# 使用 CUDA 后端,默认 6 线程
python video_benchmark.py
...
...
codecbenchmark-py/requirments.txt
→
codecbenchmark-py/requir
e
ments.txt
View file @
88c3387a
File moved
readme.md
0 → 100644
View file @
88c3387a
# dcu-codec-pipeline-test-py
该项目为DCU视频编解码python api demo代码,共包含两项工程如下:
-
**sample**
: 视频编解码python开发简单用例
该项目使用开源ffmpeg-python工具,实现ffmpeg指令的python语言转译
-
**codecbenchmark-py**
: python版DCU性能测试工具(codecbenchmark)
研发端提供了性能测试工具codecbenchmark,该目录下是python版本的实现
\ No newline at end of file
sample/readme.md
View file @
88c3387a
#
FFmpeg DCU python
测试用例
#
sample
测试用例
这是一个简单的 DCU视频编解码Python demo用例。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment