P1-1: 一键生成P0效果层补齐 - 模板配置注入(BGM/字幕/ASR) + 直通模式调速修复 #465
Reference in New Issue
Block a user
Delete Branch "feature/unified-gen-effect-layer-p0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
P1-1验证发现一键生成模式效果层大面积缺失,核心原因是virtual_plan.config从未从模板加载配置。
修复内容
1. 一键生成注入模板配置(BGM + 字幕 + ASR自动字幕)
_load_template_plan_config()函数,从模板读取plan级配置2. 直通模式调速修复
_render_pass_through中补充speed调速处理(setpts=PTS/speed)3. 直通模式水印保护
测试