产品文档
选择下方分类查看详细的使用说明
温馨提示: subtitleBase、subtitleDynamic、chromaSub、staticSub、subtitleTimeline、Video2TextAsync、imgUpscale、imgBgRemove、imgBgRemovePro、imgSpot、getImgText、textRes、videoRes、imageModel、imageModelPro、genVideo、cloudCut、templateVideoHighlight、templatePraise、templateHighlightByText 为高级插件,其余均为会员插件
文档分类
生成运镜特效视频工作流
📹 效果演示
⚙️ 工作流中用到的插件
✨ 功能特色
大模型生成运镜文案
语音提示词生成音频
生成运镜特效视频
异步任务查询 taskFetch 插件与 delaySeconds 插件、循环体组合使用
🎓 详细教程
📝 实现步骤
1工作流全部节点

2开始节点

输入
input、imgs 字符串数组、key、effectType 字符串
3大模型_语音提示词

作用
根据 input 生成语音提示词
输入
开始节点 input
4speech_synthesis 节点
5大模型_音频数组

作用
将 speech_synthesis 节点的输出转换为音频数组
输入
speech_synthesis 节点的输出;自定义音色 voice_id
6imagesAudios1v1 节点
📍 所需插件

作用
生成转场动画视频
输入
audioUrls 大模型_音频数组;开始节点 imgs 图片数组; 开始节点中 effectType 字符串
effectType 值:
up_down_sequence
7无限循环

8delaySeconds 节点
9taskFetch 节点
📍 所需插件

作用
通过 traceId 或 taskId 查询异步任务的生成结果。支持设定阻塞时间,即设定 n 秒后执行,无需手动刷新
输入
imagesAudios1v1 节点中的 traceId
10选择器

作用
根据 taskFetch 节点的输出 status 状态,决定是否继续执行
条件
taskFetch 节点的输出 status 值为 2 时终止循环,否则继续循环执行
11终止循环

12结束节点



