Files
ISISeg/工程分析/测试方案-2026-05-18-23-35-23.md

53 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 测试方案
开始时间2026-05-18-23-35-23
## Git 忽略校验
- `git check-ignore -v 待配音视频/ISISeg-介入导丝视频分割工作台-使用展示.mp4`
- `git status --short` 确认 `待配音视频` 内容不出现在待提交列表。
- 检查 `.dockerignore` 包含 `待配音视频`
执行结果:
- `待配音视频/` 命中 `.gitignore` 第 13 行规则。
- `.dockerignore` 已加入 `待配音视频`
- 原始视频、旁白音频和最终成片均不会进入 Gitea 提交。
## 音视频校验
- `ffprobe` 检查原始视频时长、分辨率、编码。
- `ffprobe` 检查配音音频时长。
- `ffprobe` 检查最终视频时长、分辨率、视频编码和音频编码。
- 使用 `ffmpeg` 抽取最终视频首帧或关键帧,确认画面非空。
执行结果:
- 原始视频1920x1080、HEVC、50fps、约 85.636 秒。
- 旁白音频4 段中文配音合成为 64.272 秒。
- 视频变速系数:`1.332400`,将 85.636 秒录屏压缩到旁白时长。
- 最终视频1920x1080、H.264、30fps、AAC约 64.234 秒。
- 最终视频完整解码通过:`decode-ok`
- 音量检查:平均音量约 `-30.0 dB`,峰值约 `-5.4 dB`,音轨非静音。
- 已抽取中间帧查看,画面为系统工作台界面,非空白。
## 交付校验
- 最终视频存在于 `待配音视频/05_outputs`
- 最终视频时长约 1 分钟。
- Gitea 提交只包含 `.gitignore` 与工程分析文档,不包含 `待配音视频`
执行结果:
- 最终成片:`待配音视频/05_outputs/ISISeg-系统使用视频-配音版.mp4`
- 旁白音频:`待配音视频/02_audio/final_mix/ISISeg-系统使用视频-旁白.mp3`
- 配音稿:`待配音视频/配音稿-ISISeg系统使用视频.md`
## 重新部署校验
- 执行 `docker compose -f docker_compose_huijutec.yaml up -d --build`
- Docker 构建上下文约 1.12kB,确认未夹带 `待配音视频` 大文件。
- `isiseg_app` 状态为 healthy本机映射为 `0.0.0.0:10004->8001/tcp`
- 本机 `http://127.0.0.1:10004/api/health` 返回健康状态。
- 公网 `https://isiseg.huijutec.cn/api/health` 返回健康状态。