Files
ISISeg/工程分析/需求分析-2026-05-18-20-18-20.md

19 lines
886 B
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-20-18-20
## 用户问题
用户反馈:左侧原始视频显示 6 秒,右侧预览与结果视频显示约 1 秒,询问原因。
## 问题判断
当前右侧结果视频由已抽取并完成分割的结果帧直接拼接生成。默认最多处理 12 帧,使用固定 8fps 写出,因此结果视频时长约为 `12 / 8 = 1.5` 秒,浏览器显示约 1 秒;而左侧原始样例视频是完整 6 秒。
## 期望行为
- 右侧“预览与结果视频”应与左侧原始视频保持同一时间轴和同一显示时长。
- 保留抽帧分割策略,避免为了生成完整视频而强制处理每一帧导致运行过慢。
- 抽中的帧显示导丝分割叠加结果,未抽中的帧保留原始画面。
- 拖动任一视频时,另一个视频跳到相同时间点;下方帧卡片仍表示已分割的关键帧。