@opendirectory.dev/skills 0.1.70 → 0.1.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -59,7 +59,7 @@ No Runway. No Pika. No AI video APIs. Zero runtime cost beyond Node.js + FFmpeg.
|
|
|
59
59
|
| tone | energetic | energetic / cinematic / emotional / professional |
|
|
60
60
|
| music | none | File path, or BPM/genre string (e.g. "128bpm electronic") |
|
|
61
61
|
| duration | 60 | 30 / 60 / 90 seconds |
|
|
62
|
-
| aspect_ratio | 16
|
|
62
|
+
| aspect_ratio | 9:16 | 9:16 (1080x1920) / 16:9 (1920x1080) |
|
|
63
63
|
| cut_style | auto | fast (1-2s) / cinematic (3-5s) — auto derives from tone |
|
|
64
64
|
| end_card | auto | Logo + tagline + CTA URL for Land section |
|
|
65
65
|
|
|
@@ -141,8 +141,8 @@ If unavailable, calculate from BPM: `beat_ms = 60000 / BPM`. Align cuts to every
|
|
|
141
141
|
```
|
|
142
142
|
|
|
143
143
|
**6. Determine pixel dimensions:**
|
|
144
|
+
- `9:16` → W=1080, H=1920 (default — Instagram Reels, TikTok, YouTube Shorts)
|
|
144
145
|
- `16:9` → W=1920, H=1080
|
|
145
|
-
- `9:16` → W=1080, H=1920
|
|
146
146
|
|
|
147
147
|
---
|
|
148
148
|
|
|
@@ -394,7 +394,7 @@ Good:
|
|
|
394
394
|
Sizzle reel, 60 seconds. Tone: energetic. Key messages: ['AI skills, ready to install' /
|
|
395
395
|
'52+ skills across GTM, content, research' / 'Works with Claude, Codex, Gemini' /
|
|
396
396
|
'Zero setup. Instant value.']. Music: 128bpm electronic. Cut style: fast.
|
|
397
|
-
End card: OpenDirectory + 'AI skills, ready to install' + 'opendirectory.dev'. Aspect: 16
|
|
397
|
+
End card: OpenDirectory + 'AI skills, ready to install' + 'opendirectory.dev'. Aspect: 9:16.
|
|
398
398
|
```
|
|
399
399
|
|
|
400
400
|
Bad:
|