AI Video Production Master
Expert in script-to-video production pipelines for Apple Silicon Macs. Specializes in:
- Multiple video approaches: Stock footage, T2V (Sora-style), I2V, hybrid
- Hybrid local/cloud workflows for cost optimization
- Style and character consistency (LoRA, IPAdapter, prompt discipline)
- Motion graphics and synthetic elements (title cards, data viz, lower thirds)
- Artist commissioning for training datasets
- Cloud GPU orchestration (Vast.ai, RunPod)
When to Use
✅ USE this skill for:
- Script-to-video production pipelines
- Stock footage assembly (InVideo-style workflows)
- Text-to-video generation (Sora, Runway, Pika, Kling)
- Image-to-video animation (Wan I2V, ComfyUI)
- Cloud GPU orchestration (Vast.ai, RunPod, Lambda)
- Motion graphics generation (title cards, lower thirds, data viz)
- LoRA training for character/style consistency
- Artist commissioning for training datasets
- Cost optimization between local and cloud processing
❌ DO NOT use for:
- Real-time video editing → use DaVinci Resolve, Premiere Pro
- Video effects/compositing → use After Effects, Fusion
- Audio production/mixing → use
sound-engineer skill
- 3D modeling/animation → use Blender, Maya, or
physics-rendering-expert skill
- Static image generation → use
clip-aware-embeddings or image gen tools
Video Generation Approaches
Choose the right approach based on your content:
Stock Footage (Invideo-style) - RECOMMENDED for most content
Best for: Educational, corporate, explainers, documentaries
- Uses curated stock libraries (Pexels, Pixabay, Storyblocks)
- Most professional, reliable results
- Fast turnaround (~30 min for full video)
- Script → AI selects matching clips → voiceover + music
python scripts/stock_video_generator.py --script script.txt --style documentary
Text-to-Video (Sora-style) - For creative/artistic content
Best for: Abstract visuals, creative shorts, unique scenes
- True generative AI (no stock footage)
- Uses: Sora API, Runway Gen-3, Pika, Kling
- Cleaner than I2V (no weird image artifacts)
- Storyboard control for multi-shot narratives
python scripts/t2v_generator.py --prompt "A serene mountain lake at sunset" --provider sora
Image-to-Video (I2V) - For animating specific images
Best for: Animating logos, concept art, specific compositions
- Animates existing images with subtle motion
- Can look "weird" if source images are AI-generated
- Best with clean, professional source images
python scripts/cloud_i2v_batch.py --images ./keyframes --provider vastai
Hybrid Approach
Combine approaches per shot:
- Shot 1-3: Stock footage (b-roll, establishing)
- Shot 4-5: T2V (creative transitions)
- Shot 6-10: Stock footage (talking head, outro)
Key Capabilities
1. Cost Optimization
Compare and recommend the optimal mix of local (M4 Max) vs cloud (H100/A100) processing:
python scripts/cost_calculator.py --shots 10 --duration 5
2. Cloud Batch Processing
Run I2V generation on cloud GPUs for 50x speedup:
python scripts/cloud_i2v_batch.py --images ./keyframes --provider vastai
3. Motion Graphics Generation
Create professional title cards, lower thirds, and data visualizations:
python scripts/motion_graphics_generator.py --type title --style deep_glow --title "Your Title"
4. Style Consistency
Provide guidance on:
- LoRA training parameters (rank, alpha, learning rate, steps)
- IPAdapter + FaceID for character consistency
- Prompt discipline and trigger words
- Reference image workflows
5. Artist Commissioning
Templates and guidance for:
- Finding artists (ArtStation, Fiverr, Upwork)
- Structuring commission requests
- AI training rights contracts
- Quality control and review processes
Files in This Skill
ai-video-production-master/
├── README.md # Comprehensive guide
├── SKILL.md # This file
├── scripts/
│ ├── cost_calculator.py # Cost comparison tool
│ ├── cloud_i2v_batch.py # Cloud batch I2V (Vast.ai/RunPod)
│ ├── stock_video_generator.py # Stock footage assembly (Invideo-style)
│ ├── t2v_generator.py # Text-to-video (Sora/Runway/Pika)
│ └── motion_graphics_generator.py # Title cards, lower thirds
├── workflows/
│ └── comfyui_i2v_optimized.json # Optimized ComfyUI workflow
└── docs/
├── ARTIST_COMMISSIONING_GUIDE.md # Hiring artists
└── contracts/
└── artist_commission_template.md # Contract template
Quick Reference
Cost Comparison (10-shot video)
| Approach |
Time |
Cost |
Best For |
| Stock Footage + AI |
30 min |
Free-$20/mo |
Educational, corporate |
| Sora (ChatGPT Plus) |
30 min |
$20/mo |
Creative, unique scenes |
| Full Local I2V (M4 Max) |
15+ hours |
$0 |
When you need specific images |
| Cloud I2V (RTX 4090) |
30 min |
~$0.50 |
Batch I2V processing |
| InVideo Max |
30 min |
$48/mo |
Full automation |
| Runway Gen-3 |
30 min |
~$15-25 |
High-quality T2V |
Cloud GPU Pricing
| Provider |
GPU |
$/hr |
I2V Time/Clip |
| Vast.ai |
H100 80GB |
$1.87 |
~2 min |
| RunPod |
H100 80GB |
$1.99 |
~2 min |
| RunPod |
A100 80GB |
$1.74 |
~3 min |
| Lambda |
H100 |
$2.99 |
~2 min |
Motion Graphics Styles
neo_brutalist - Raw, glitchy, utilitarian
deep_glow - Intense light blooms, layered neons
liquid_motion - Fluid, morphing typography
retro_revival - 80s/90s grain and neon
glass_morphism - Frosted glass, depth layers
Dependencies
Python packages:
- httpx (for cloud API calls)
- argparse, json, subprocess (stdlib)
External tools:
- FFmpeg (video encoding)
- rsvg-convert or ImageMagick (SVG to PNG)
- ComfyUI (local generation)
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: ai-video-production-master3description: Expert in script-to-video production pipelines for Apple Silicon Macs. Specializes in hybrid local/cloud workflows, LoRA training for character consistency, motion graphics generation, and Use when this capability is needed.4---56# AI Video Production Master78Expert in script-to-video production pipelines for Apple Silicon Macs. Specializes in:9- **Multiple video approaches**: Stock footage, T2V (Sora-style), I2V, hybrid10- Hybrid local/cloud workflows for cost optimization11- Style and character consistency (LoRA, IPAdapter, prompt discipline)12- Motion graphics and synthetic elements (title cards, data viz, lower thirds)13- Artist commissioning for training datasets14- Cloud GPU orchestration (Vast.ai, RunPod)1516## When to Use1718✅ **USE this skill for:**19- Script-to-video production pipelines20- Stock footage assembly (InVideo-style workflows)21- Text-to-video generation (Sora, Runway, Pika, Kling)22- Image-to-video animation (Wan I2V, ComfyUI)23- Cloud GPU orchestration (Vast.ai, RunPod, Lambda)24- Motion graphics generation (title cards, lower thirds, data viz)25- LoRA training for character/style consistency26- Artist commissioning for training datasets27- Cost optimization between local and cloud processing2829❌ **DO NOT use for:**30- Real-time video editing → use DaVinci Resolve, Premiere Pro31- Video effects/compositing → use After Effects, Fusion32- Audio production/mixing → use `sound-engineer` skill33- 3D modeling/animation → use Blender, Maya, or `physics-rendering-expert` skill34- Static image generation → use `clip-aware-embeddings` or image gen tools3536## Video Generation Approaches3738Choose the right approach based on your content:3940### Stock Footage (Invideo-style) - RECOMMENDED for most content41Best for: Educational, corporate, explainers, documentaries42- Uses curated stock libraries (Pexels, Pixabay, Storyblocks)43- Most professional, reliable results44- Fast turnaround (~30 min for full video)45- Script → AI selects matching clips → voiceover + music46```bash47python scripts/stock_video_generator.py --script script.txt --style documentary48```4950### Text-to-Video (Sora-style) - For creative/artistic content51Best for: Abstract visuals, creative shorts, unique scenes52- True generative AI (no stock footage)53- Uses: Sora API, Runway Gen-3, Pika, Kling54- Cleaner than I2V (no weird image artifacts)55- Storyboard control for multi-shot narratives56```bash57python scripts/t2v_generator.py --prompt "A serene mountain lake at sunset" --provider sora58```5960### Image-to-Video (I2V) - For animating specific images61Best for: Animating logos, concept art, specific compositions62- Animates existing images with subtle motion63- Can look "weird" if source images are AI-generated64- Best with clean, professional source images65```bash66python scripts/cloud_i2v_batch.py --images ./keyframes --provider vastai67```6869### Hybrid Approach70Combine approaches per shot:71- Shot 1-3: Stock footage (b-roll, establishing)72- Shot 4-5: T2V (creative transitions)73- Shot 6-10: Stock footage (talking head, outro)7475## Key Capabilities7677### 1. Cost Optimization78Compare and recommend the optimal mix of local (M4 Max) vs cloud (H100/A100) processing:79```bash80python scripts/cost_calculator.py --shots 10 --duration 581```8283### 2. Cloud Batch Processing84Run I2V generation on cloud GPUs for 50x speedup:85```bash86python scripts/cloud_i2v_batch.py --images ./keyframes --provider vastai87```8889### 3. Motion Graphics Generation90Create professional title cards, lower thirds, and data visualizations:91```bash92python scripts/motion_graphics_generator.py --type title --style deep_glow --title "Your Title"93```9495### 4. Style Consistency96Provide guidance on:97- LoRA training parameters (rank, alpha, learning rate, steps)98- IPAdapter + FaceID for character consistency99- Prompt discipline and trigger words100- Reference image workflows101102### 5. Artist Commissioning103Templates and guidance for:104- Finding artists (ArtStation, Fiverr, Upwork)105- Structuring commission requests106- AI training rights contracts107- Quality control and review processes108109## Files in This Skill110111```112ai-video-production-master/113├── README.md # Comprehensive guide114├── SKILL.md # This file115├── scripts/116│ ├── cost_calculator.py # Cost comparison tool117│ ├── cloud_i2v_batch.py # Cloud batch I2V (Vast.ai/RunPod)118│ ├── stock_video_generator.py # Stock footage assembly (Invideo-style)119│ ├── t2v_generator.py # Text-to-video (Sora/Runway/Pika)120│ └── motion_graphics_generator.py # Title cards, lower thirds121├── workflows/122│ └── comfyui_i2v_optimized.json # Optimized ComfyUI workflow123└── docs/124 ├── ARTIST_COMMISSIONING_GUIDE.md # Hiring artists125 └── contracts/126 └── artist_commission_template.md # Contract template127```128129## Quick Reference130131### Cost Comparison (10-shot video)132| Approach | Time | Cost | Best For |133|----------|------|------|----------|134| Stock Footage + AI | 30 min | Free-$20/mo | Educational, corporate |135| Sora (ChatGPT Plus) | 30 min | $20/mo | Creative, unique scenes |136| Full Local I2V (M4 Max) | 15+ hours | $0 | When you need specific images |137| Cloud I2V (RTX 4090) | 30 min | ~$0.50 | Batch I2V processing |138| InVideo Max | 30 min | $48/mo | Full automation |139| Runway Gen-3 | 30 min | ~$15-25 | High-quality T2V |140141### Cloud GPU Pricing142| Provider | GPU | $/hr | I2V Time/Clip |143|----------|-----|------|---------------|144| Vast.ai | H100 80GB | $1.87 | ~2 min |145| RunPod | H100 80GB | $1.99 | ~2 min |146| RunPod | A100 80GB | $1.74 | ~3 min |147| Lambda | H100 | $2.99 | ~2 min |148149### Motion Graphics Styles150- `neo_brutalist` - Raw, glitchy, utilitarian151- `deep_glow` - Intense light blooms, layered neons152- `liquid_motion` - Fluid, morphing typography153- `retro_revival` - 80s/90s grain and neon154- `glass_morphism` - Frosted glass, depth layers155156## Dependencies157158Python packages:159- httpx (for cloud API calls)160- argparse, json, subprocess (stdlib)161162External tools:163- FFmpeg (video encoding)164- rsvg-convert or ImageMagick (SVG to PNG)165- ComfyUI (local generation)166167---168> Converted and distributed by [TomeVault](https://tomevault.io/claim/curiositech) — claim your Tome and manage your conversions.169<!-- tomevault:4.0:skill_md:2026-04-11 -->