feat: 简易剪辑、时间轴导出与流水线相关能力#89
Open
Khlann wants to merge 2 commits into
Open
Conversation
- 后端新增 timeline 路由:音轨提取、成片渲染,以及 NDJSON 流式进度(render-stream)。 - timeline-edit 按 ffmpeg 阶段异步推进并上报百分比;抽取 ffmpeg-bin、merge-cleanup 等。 - 调整 ffmpeg-compose / ffmpeg-merge;grid、merge、scenes、storyboards 等路由配合流水线。 - 前端本集页改为 episode/[n]/index.vue,新增简易剪辑 edit.vue(时间线、导出进度)。 - useApi 扩展 timelineAPI;default 布局主区域支持纵向滚动;usePipelinePrefs、settings、nuxt 代理与示例配置。 Made-with: Cursor
Author
|
agree |
- 角色 image_prompt / reference_images,场景 reference_images,生图传入参考图 - 移除顶栏齿轮;宫格提示词可编辑;镜头行与资料卡参考图 UI - watchAsyncResult 结束回调;各生成按钮 Loader2 与成功/超时 toast Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
后端新增 timeline 路由:音轨提取、成片渲染,以及 NDJSON 流式进度(render-stream)。
timeline-edit 按 ffmpeg 阶段异步推进并上报百分比;抽取 ffmpeg-bin、merge-cleanup 等。
调整 ffmpeg-compose / ffmpeg-merge;grid、merge、scenes、storyboards 等路由配合流水线。
前端本集页改为 episode/[n]/index.vue,新增简易剪辑 edit.vue(时间线、导出进度)。
useApi 扩展 timelineAPI;default 布局主区域支持纵向滚动;usePipelinePrefs、settings、nuxt 代理与示例配置。
Made-with: Cursor