mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-13 15:49:53 +00:00
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>
14 lines
642 B
JSON
14 lines
642 B
JSON
{
|
|
"_": "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]
|
|
}
|