mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 00:00:17 +00:00
feat(skills): unify bgm-to-video flows into music-to-video
Replace bgm-to-video, bgm-to-video-new, bgm-to-video-refactor, and the standalone beat-sync/montage skills with a single music-to-video skill. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
0dcf914e14
commit
a34d3dba4d
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"_": "Default card-flyby program. `theme` picks a cohesive palette; `cards` is the deck (each card = a big centered title; `color` is OPTIONAL — omit it and the card takes the next color from the theme ramp); `landings` is one onset per card (accelerating cadence; omit to auto-derive). Pass these as the matching composition-variables; empty vars fall back to these values.",
|
||||
"theme": "aurora",
|
||||
"cards": [
|
||||
{ "title": "FADEGLOW" },
|
||||
{ "title": "SAUL BASS" },
|
||||
{ "title": "EULER" },
|
||||
{ "title": "HERMÈS" },
|
||||
{ "title": "DOSSIER" },
|
||||
{ "title": "BLACK HOLES" }
|
||||
],
|
||||
"landings": [0.4, 1.7, 2.7, 3.45, 4.0, 4.4]
|
||||
}
|
||||
Reference in New Issue
Block a user