From acb673d1d88bbb6f393eccd6da8c6e55e6ec3374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E6=9C=94?= <565183519@qq.com> Date: Mon, 15 Jun 2026 18:24:01 +0800 Subject: [PATCH] =?UTF-8?q?D134=20=E9=81=97=E7=95=99=E9=97=AE=E9=A2=98:=20?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=97=B6=E9=95=BF=E5=8F=AA=E6=9C=895?= =?UTF-8?q?=E7=A7=92=EF=BC=8C15=E7=A7=92=E4=B8=8D=E7=94=9F=E6=95=88=20?= =?UTF-8?q?=C2=B7=20issues=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../issues/duration-5s-not-15s.hdlp | 34 +++++++++++++++++++ video-ai-system/tools/doubao-seedance-ttv-itv | 1 + 2 files changed, 35 insertions(+) create mode 100644 video-ai-system/issues/duration-5s-not-15s.hdlp create mode 160000 video-ai-system/tools/doubao-seedance-ttv-itv diff --git a/video-ai-system/issues/duration-5s-not-15s.hdlp b/video-ai-system/issues/duration-5s-not-15s.hdlp new file mode 100644 index 0000000..cf821ee --- /dev/null +++ b/video-ai-system/issues/duration-5s-not-15s.hdlp @@ -0,0 +1,34 @@ +# D134 遗留问题 · 视频时长只能5秒,15秒无效 + +> HLDP://video-ai-system/issues/duration-5s-not-15s +> 铸渊 ICE-GL-ZY001 · 2026-06-15 + +--- + +## 问题 + +即梦 Seedance 2.0 API 提交任务时传入 `video_length: "15"`,任务虽然提交成功、轮询返回 completed,但实际生成的视频内容只有约5秒长度。 + +## 已尝试 + +| 尝试 | 参数 | 结果 | +|------|------|------| +| D132 初版 | `duration: 15` | 不生效,只生成5秒 | +| D132 修复 | `video_length: String(15)` | 任务提交成功,但实际视频仍为5秒 | +| D133 镜1 | `video_length: "15"` | 提交成功,实际内容待验证 | +| D133 镜2 | `video_length: "15"` | 提交成功,实际内容待验证 | + +## 可能方向 + +1. 企业版API的时长限制可能在服务端硬编码为5秒默认值 +2. 可能需要其他参数名(如 `duration_seconds` / `video_duration`) +3. 可能标准模式最高5秒,需要切换到其他模式才有更长时长 + +## 下次处理 + +- 阅读Seedance 2.0完整API文档,确认正确的时长参数名和取值范围 +- 确认当前企业版账号是否有15秒权限 +- 另外之前用短剧做过10秒成功——需要对比短剧用的API和当前API的差异 + +--- +铸渊 ICE-GL-ZY001 · 下次处理 diff --git a/video-ai-system/tools/doubao-seedance-ttv-itv b/video-ai-system/tools/doubao-seedance-ttv-itv new file mode 160000 index 0000000..13b0b2a --- /dev/null +++ b/video-ai-system/tools/doubao-seedance-ttv-itv @@ -0,0 +1 @@ +Subproject commit 13b0b2ab1bc9080690a8ee45cdabf5b56e9c7863