mirror of
https://github.com/digitalsamba/claude-code-video-toolkit.git
synced 2026-09-18 19:41:13 +08:00
fde30d3f45
AI-native video production workspace for Claude Code featuring: - 4 skills: remotion, elevenlabs, ffmpeg, playwright-recording - 3 commands: /new-sprint-video, /record-demo, /generate-voiceover - Sprint review template with theme system - Brand profiles for visual identity - Python tools for audio generation (voiceover, music, sfx) - 2 example projects: sprint-review-cho-oyu, digital-samba-skill-demo 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
476 B
JSON
18 lines
476 B
JSON
{
|
|
"name": "video-recording",
|
|
"version": "1.0.0",
|
|
"description": "Playwright video recording scripts for Remotion projects",
|
|
"type": "module",
|
|
"scripts": {
|
|
"record": "tsx scripts/record-demo.ts",
|
|
"record:interactive": "tsx scripts/record-interactive.ts",
|
|
"install-browsers": "npx playwright install chromium"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.40.0",
|
|
"playwright": "^1.40.0",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|