| 1 | spec_version: 1 |
| 2 | id: frame-logo-outro |
| 3 | name: Logo Outro Frame |
| 4 | description: > |
| 5 | Segmented logo assembly + glow bloom + tagline reveal — perfect for video outros and brand closing frames. |
| 6 | |
| 7 | engine: hyperframes |
| 8 | engine_version: ^0.4.0 |
| 9 | source_entry: source/index.html |
| 10 | |
| 11 | category: intro-outro |
| 12 | subcategory: outro |
| 13 | tags: [logo, outro, branding, end-card, frame, glow] |
| 14 | |
| 15 | best_for: |
| 16 | - "Video closing card" |
| 17 | - "Brand outro" |
| 18 | - "Channel sign-off" |
| 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: 3 |
| 32 | max_sec: 10 |
| 33 | alpha: false |
| 34 | audio: |
| 35 | supported: true |
| 36 | expected_inputs: [bgm] |
| 37 | |
| 38 | inputs: |
| 39 | schema: |
| 40 | type: object |
| 41 | required: [brand_name] |
| 42 | properties: |
| 43 | brand_name: |
| 44 | type: "string" |
| 45 | maxLength: 60 |
| 46 | description: "Brand or product name displayed below the logo" |
| 47 | tagline: |
| 48 | type: "string" |
| 49 | maxLength: 120 |
| 50 | description: "Tagline shown beneath the brand name" |
| 51 | primary_url: |
| 52 | type: "string" |
| 53 | description: "Footer URL or CTA link" |
| 54 | duration_sec: |
| 55 | type: "number" |
| 56 | minimum: 3 |
| 57 | maximum: 10 |
| 58 | default: 5 |
| 59 | examples: |
| 60 | - {"brand_name": "Open Design", "tagline": "Design that evolves itself", "primary_url": "open-design.ai", "duration_sec": 5} |
| 61 | |
| 62 | license: |
| 63 | spdx: Apache-2.0 |
| 64 | attribution_required: false |
| 65 | redistribution_allowed: true |
| 66 | commercial_use: true |
| 67 | |
| 68 | author: |
| 69 | name: nexu-io |
| 70 | url: https://github.com/nexu-io |
| 71 | contact: open-design@nexu.io |
| 72 | |
| 73 | version: 0.1.0 |
| 74 | changelog: |
| 75 | - version: 0.1.0 |
| 76 | date: 2026-05-27 |
| 77 | notes: Cherry-picked from open-design/repo/skills/frame-logo-outro/example.html |
| 78 | |
| 79 | preview: |
| 80 | poster: preview.png |
| 81 | |
| 82 | performance: |
| 83 | reference_render: |
| 84 | duration_sec: 5 |
| 85 | render_wall_clock_sec: 9 |
| 86 | machine: "M2 MacBook Air" |
| 87 |