Initial commit: skills library
- 70 skills with code and documentation - Add .gitignore (ignore __pycache__, output/, temp/, venv/) - Clean up test intermediates and caches
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
# 钢琴课精华生成配置模板
|
||||
# 复制此文件修改为你的项目配置
|
||||
|
||||
# 原始视频路径
|
||||
video_src: "D:/path/to/your/video.mp4"
|
||||
|
||||
# 知识点列表(按顺序)
|
||||
clips:
|
||||
- title: "八分音符"
|
||||
start: 820 # 开始时间(秒)
|
||||
end: 845 # 结束时间(秒)
|
||||
- title: "三音支撑复习"
|
||||
start: 1330
|
||||
end: 1355
|
||||
- title: "附点音符"
|
||||
start: 3120
|
||||
end: 3150
|
||||
- title: "同音连线"
|
||||
start: 4120
|
||||
end: 4150
|
||||
- title: "双音支撑"
|
||||
start: 5045
|
||||
end: 5075
|
||||
|
||||
# 术语纠正库(错误:正确)
|
||||
term_corrections:
|
||||
"实质": "时值"
|
||||
"负点": "附点"
|
||||
"副点": "附点"
|
||||
"黑剑": "黑键"
|
||||
"言音": "延音"
|
||||
"演音": "延音"
|
||||
"深圳": "升音"
|
||||
"月理": "乐理"
|
||||
"阅历": "乐理"
|
||||
"月里": "乐理"
|
||||
"副典": "附点"
|
||||
"婚姻": "延音"
|
||||
|
||||
# 可配置参数
|
||||
fade_duration: 1 # 片段淡入淡出时长(秒)
|
||||
title_duration: 3 # 标题显示时长(秒)
|
||||
title_fontsize: 60 # 标题字号
|
||||
title_color: "&HFFFF00" # 标题颜色(黄色)
|
||||
subtitle_fontsize: 24 # 对白字幕字号
|
||||
subtitle_color: "&HFFFFFF" # 对白字幕颜色(白色)
|
||||
whisper_model: "medium" # Whisper转录模型 (tiny/base/small/medium/large)
|
||||
Reference in New Issue
Block a user