返回 html-video
template.html-video.yaml
根目录 / templates / frame-liquid-bg-hero / template.html-video.yaml
1 spec_version: 1
2 id: frame-liquid-bg-hero
3 name: Liquid Background Hero
4 description: >
5 Hero card over a flowing liquid mesh-gradient background — magazine-style cover with editorial typography.
6
7 engine: hyperframes
8 engine_version: ^0.4.0
9 source_entry: source/index.html
10
11 category: marketing
12 subcategory: hero
13 tags: [hero, liquid, gradient, mesh, editorial, cover]
14
15 best_for:
16 - "Product launch hero"
17 - "SaaS landing video"
18 - "Editorial cover"
19
20 output:
21 formats: [mp4, webm]
22 default_format: mp4
23 resolution:
24 default: { width: 1920, height: 1080 }
25 supported_aspects: ["16:9", "9:16", "1:1"]
26 fps:
27 default: 60
28 supported: [30, 60]
29 duration:
30 type: variable
31 min_sec: 4
32 max_sec: 12
33 alpha: false
34 audio:
35 supported: true
36 expected_inputs: [bgm]
37
38 inputs:
39 schema:
40 type: object
41 required: [headline]
42 properties:
43 headline:
44 type: "string"
45 maxLength: 120
46 description: "Main headline"
47 subheadline:
48 type: "string"
49 maxLength: 200
50 description: "Supporting subheadline"
51 cta:
52 type: "string"
53 maxLength: 40
54 description: "Call to action label"
55 duration_sec:
56 type: "number"
57 minimum: 4
58 maximum: 12
59 default: 6
60 examples:
61 - {"headline": "Design that evolves itself", "subheadline": "The first self-evolving design agent", "cta": "Try it", "duration_sec": 6}
62
63 license:
64 spdx: Apache-2.0
65 attribution_required: false
66 redistribution_allowed: true
67 commercial_use: true
68
69 author:
70 name: nexu-io
71 url: https://github.com/nexu-io
72 contact: open-design@nexu.io
73
74 version: 0.1.0
75 changelog:
76 - version: 0.1.0
77 date: 2026-05-27
78 notes: Cherry-picked from open-design/repo/skills/frame-liquid-bg-hero/example.html
79
80 preview:
81 poster: preview.png
82
83 performance:
84 reference_render:
85 duration_sec: 6
86 render_wall_clock_sec: 11
87 machine: "M2 MacBook Air"
88
88 lines YAML