Was ist promo-video?
Nehmen Sie mit Playwright ein autonomes High-FPS-Promovideo eines Phaser-Spiels auf. Auslöser bei: Werbevideo, Gameplay-Aufzeichnung, Marketingvideo, Spielaufzeichnung. Quelle: opusgamelabs/game-creator.
Nehmen Sie mit Playwright ein autonomes High-FPS-Promovideo eines Phaser-Spiels auf. Auslöser bei: Werbevideo, Gameplay-Aufzeichnung, Marketingvideo, Spielaufzeichnung.
Installieren Sie den KI-Skill promo-video schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: opusgamelabs/game-creator.
Record smooth, autonomous promo footage of a Phaser game for marketing / social media. The output is a 50 FPS MP4 in mobile portrait (9:16) — ready for TikTok, Reels, Moltbook, or X.
Playwright's recordVideo caps at 25 FPS with no config option. We work around it:
| SLOWMOFACTOR | 0.5 | Game runs at half speed → 50 FPS output | | WALLCLOCKDURATION | DESIREDGAMEDURATION / SLOWMOFACTOR | Record for 2× to get correct game-time | | VIEWPORT | { width: 1080, height: 1920 } | 9:16 mobile portrait (always default unless user specifies otherwise) | | DESIREDGAMEDURATION | 13000 (ms) | 13s of game-time → 6.5s promo clip |
Nehmen Sie mit Playwright ein autonomes High-FPS-Promovideo eines Phaser-Spiels auf. Auslöser bei: Werbevideo, Gameplay-Aufzeichnung, Marketingvideo, Spielaufzeichnung. Quelle: opusgamelabs/game-creator.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/opusgamelabs/game-creator --skill promo-videoNehmen Sie mit Playwright ein autonomes High-FPS-Promovideo eines Phaser-Spiels auf. Auslöser bei: Werbevideo, Gameplay-Aufzeichnung, Marketingvideo, Spielaufzeichnung. Quelle: opusgamelabs/game-creator.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/opusgamelabs/game-creator --skill promo-video Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/opusgamelabs/game-creator