-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformats.yaml
More file actions
111 lines (108 loc) · 3.47 KB
/
Copy pathformats.yaml
File metadata and controls
111 lines (108 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Platform format matrix, derived from the asset guide
# (ai-native-indie-distribution/asset-guide.html). Data, not prose: the
# renderer reads sizes and safe rules; the site reads icons and priority.
#
# priority: per-lane default render order; the site's "next up" queue is
# the highest-priority undone format across the catalogue.
formats:
- key: yt
label: YouTube
icon: "YT"
size: 1920x1080
aspect: "16:9"
kind: video
notes: H.264/AAC MP4; thumbnail 1280x720; hook timestamp in metadata.
- key: shorts
label: Vertical (Shorts/Reels/TikTok)
icon: "9:16"
size: 1080x1920
aspect: "9:16"
kind: video
notes: One shared vertical master; captions inside safe area; hook-first cutdown; loop point; thumbnail frame.
- key: ig-feed
label: Instagram feed
icon: "1:1"
size: 1080x1080
aspect: "1:1"
kind: video/still
notes: Square crop from master; JPG/PNG stills, MP4 video.
- key: ig-portrait
label: Instagram portrait
icon: "4:5"
size: 1080x1350
aspect: "4:5"
kind: video/still
notes: Feed portrait crop.
- key: canvas
label: Spotify Canvas
icon: "CNV"
size: 1080x1920
aspect: "9:16"
kind: loop
notes: 3-8 second seamless loop, MP4 or JPG, 720-1080px tall.
- key: story
label: Story frame
icon: "STY"
size: 1080x1920
aspect: "9:16"
kind: still
notes: Still export of the vertical frame.
- key: cover
label: Cover art master
icon: "ART"
size: 3000x3000
aspect: "1:1"
kind: still
notes: DSP master; derive 1080 square + WebP web copies; Bandcamp 1400 minimum.
- key: site
label: Release page
icon: "WEB"
size: responsive
aspect: "-"
kind: embed
notes: Embed + compressed poster frame + SRT captions + lyrics + credits + provenance note.
# ---- print and merch (physical products, from the asset-guide merch family) ----
- key: print-master
label: Print master art
icon: "SRC"
size: 3000px+ / 300 DPI
aspect: flexible
kind: print
notes: The reusable high-res source (background art + set lyric typography) every print item derives from. sRGB, layered, lyrics as live text.
- key: poster-a2
label: Lyric poster A2
icon: "A2"
size: 420x594 mm @300 DPI
aspect: "1:1.41"
kind: print
notes: Full song lyric over background art; 3 mm bleed, CMYK, PDF/X. Also A3/A1 from the same master.
- key: metal-print
label: Metal print
icon: "MTL"
size: highest-res master, supplier sizes
aspect: flexible
kind: print
notes: HD aluminium print; supply the uncompressed master at the supplier's colour profile, no upscaling. Premium tier.
- key: tshirt
label: T-shirt / apparel
icon: "TEE"
size: 4500x5400 px @300 DPI
aspect: "5:6"
kind: print
notes: A best-phrase lyric line as art (poster_lines from the analysis); transparent PNG, DTG-safe colours, ~30x36 cm print area.
- key: sticker
label: Sticker / patch
icon: "STK"
size: 1500x1500 px @300 DPI
aspect: "1:1"
kind: print
notes: Motif or short phrase; die-cut path, 3 mm safe margin, transparent PNG.
# Default render priority per lane (first undone wins "next up").
priority:
karaoke: [yt, shorts, canvas, ig-feed, site]
artistic: [shorts, yt, ig-feed, canvas, site]
complex: [yt, shorts, site, canvas]
micro-drama: [shorts, ig-feed, yt, site]
comic: [site, ig-feed, ig-portrait]
course: [yt, site, shorts]
merch: [print-master, poster-a2, tshirt, metal-print, sticker]