AI Video Creation — Master Hub
End-to-end: فكرة → سكريبت → storyboard → توليد AI → صوت → مونتاج → QA → تصدير لكل منصة.
Two production paths (combine them — that's the professional default)
| Path |
When |
| Generative AI |
photoreal B-roll, cinematic scenes, lifestyle, creative ads |
| Remotion (code) |
npx create-video@latest → crisp brand text, prices, charts, captions, batch/localized variants |
Diffusion owns the scene; Remotion owns everything that must be correct (text, logo, price, legal). Never bake legible text into a generated frame.
Workflow
video-ai-production-workflow (start — owns brief, artifact contract, cost ceiling)
→ ai-video-models-selection (route per shot: quality × $ × audio + fallbacks)
→ ai-video-storyboard-multishot (STORYBOARD.json: model/seed/ref per shot)
→ ai-video-cinematic-prompts (5-part Veo formula, negative prompts)
→ ai-image-to-video-consistency (refs, first-last-frame, character cameo)
→ ai-video-api-fal-runway (generate: queue + signed webhooks + retries)
→ ai-video-audio-voiceover (TTS VO, music, SFX, dub, caption timing)
→ remotion-programmatic-video (overlays, captions, batch render) optional
→ video-ffmpeg-post-production (normalize, concat, loudnorm, burn subs)
→ ai-video-qa-evaluation (release gate: probe, artifacts, loudness)
→ video-social-export-specs (master → per-platform variants)
Avatar-only: ai-avatar-presenter-video.
Bundled skills (12)
- video-ai-production-workflow ⭐ — Pipeline orchestration, brief, artifact contract, cost ceiling, fallback policy, compliance gates.
→ skills/video-ai-production-workflow/GUIDE.md
- ai-video-models-selection — Verified 2026 fal/Runway endpoints + params, native-audio, $/sec, fallback chains (Veo 3.1, Kling 2.5 Turbo Pro, Sora 2, Runway Gen-4.5, Luma Ray 2, Pika 2.2, Wan 2.2).
→ skills/ai-video-models-selection/GUIDE.md
- ai-video-cinematic-prompts — Google's 5-part Veo formula, film grammar, dialogue/SFX syntax, negative prompts, seed locking, Arabic/RTL.
→ skills/ai-video-cinematic-prompts/GUIDE.md
- ai-video-storyboard-multishot — Typed STORYBOARD.json, narrative arcs, transitions, character bible, idempotent batch generation.
→ skills/ai-video-storyboard-multishot/GUIDE.md
- ai-video-api-fal-runway — fal queue (submit/status/result), ED25519 webhook verification, Runway SDK, retries, idempotency, cost logging.
→ skills/ai-video-api-fal-runway/GUIDE.md
- ai-image-to-video-consistency — Reference-to-video, first-last-frame, Sora cameos, ref prep, Gemini-Flash→Veo workflow.
→ skills/ai-image-to-video-consistency/GUIDE.md
- remotion-programmatic-video ⭐ — Install Remotion (
npx create-video@latest), bundled FFmpeg, Studio, brownfield Next.js, programmatic render, <Player>, transitions, TikTok captions, Lambda.
→ skills/remotion-programmatic-video/GUIDE.md
- ai-video-audio-voiceover — ElevenLabs TTS (eleven_v3/multilingual), Eleven Music, SFX, dubbing, word-level caption timing.
→ skills/ai-video-audio-voiceover/GUIDE.md
- ai-avatar-presenter-video — HeyGen v3 (+v2 legacy), Synthesia (green-screen), localization, likeness consent + AI-labeling.
→ skills/ai-avatar-presenter-video/GUIDE.md
- video-ffmpeg-post-production — Normalize+concat, two-pass loudnorm, sidechain ducking, burn/soft subs (RTL), chromakey.
→ skills/video-ffmpeg-post-production/GUIDE.md
- ai-video-qa-evaluation — Release gate: ffprobe spec checks, black/freeze/silence, loudness, vision-LLM artifact/brand review, golden tests in CI.
→ skills/ai-video-qa-evaluation/GUIDE.md
- video-social-export-specs — 2026 aspect/pixel/safe-zone/bitrate/length per platform, captions, master→variants.
→ skills/video-social-export-specs/GUIDE.md
Pairs well with
color-design-master (brand look/tokens), content-seo-master (ad copy/scripts),
ai-mcp-master (prompt engineering), documents-master (image generation for refs).
Note
Bundled skills use GUIDE.md so only this master appears in Cursor's skills list. Always copy the exact
model Model ID from the live fal/Runway card before production — version strings drift (it's Kling 2.5 Turbo Pro, not "Kling 3").
1---2name: video-ai-master3description: Master hub for AI video creation (2026). Generate, edit, and ship video end-to-end — text/image-to-video (Veo 3.1, Kling 2.5 Turbo Pro, Runway Gen-4.5, Sora 2, Luma Ray 2, Pika 2.2, Wan 2.2), cinematic prompts, multi-shot storyboards, fal.ai/Runway APIs (queue + signed webhooks), image-to-video consistency, Remotion v4 install + programmatic render/Lambda, HeyGen/Synthesia avatars, ElevenLabs voiceover/music/dub, ffmpeg post, automated QA, and platform export. Bundles 12 skills. Use for ads, reels, explainers, UGC, demos, or "install Remotion".4---56# AI Video Creation — Master Hub78End-to-end: **فكرة → سكريبت → storyboard → توليد AI → صوت → مونتاج → QA → تصدير لكل منصة**.910## Two production paths (combine them — that's the professional default)1112| Path | When |13|------|------|14| **Generative AI** | photoreal B-roll, cinematic scenes, lifestyle, creative ads |15| **Remotion (code)** | `npx create-video@latest` → crisp brand text, prices, charts, captions, batch/localized variants |1617Diffusion owns the *scene*; Remotion owns *everything that must be correct* (text, logo, price, legal). Never bake legible text into a generated frame.1819## Workflow2021```22video-ai-production-workflow (start — owns brief, artifact contract, cost ceiling)23 → ai-video-models-selection (route per shot: quality × $ × audio + fallbacks)24 → ai-video-storyboard-multishot (STORYBOARD.json: model/seed/ref per shot)25 → ai-video-cinematic-prompts (5-part Veo formula, negative prompts)26 → ai-image-to-video-consistency (refs, first-last-frame, character cameo)27 → ai-video-api-fal-runway (generate: queue + signed webhooks + retries)28 → ai-video-audio-voiceover (TTS VO, music, SFX, dub, caption timing)29 → remotion-programmatic-video (overlays, captions, batch render) optional30 → video-ffmpeg-post-production (normalize, concat, loudnorm, burn subs)31 → ai-video-qa-evaluation (release gate: probe, artifacts, loudness)32 → video-social-export-specs (master → per-platform variants)33```3435Avatar-only: `ai-avatar-presenter-video`.3637## Bundled skills (12)3839- **video-ai-production-workflow** ⭐ — Pipeline orchestration, brief, artifact contract, cost ceiling, fallback policy, compliance gates. 40 → `skills/video-ai-production-workflow/GUIDE.md`41- **ai-video-models-selection** — Verified 2026 fal/Runway endpoints + params, native-audio, $/sec, fallback chains (Veo 3.1, Kling 2.5 Turbo Pro, Sora 2, Runway Gen-4.5, Luma Ray 2, Pika 2.2, Wan 2.2). 42 → `skills/ai-video-models-selection/GUIDE.md`43- **ai-video-cinematic-prompts** — Google's 5-part Veo formula, film grammar, dialogue/SFX syntax, negative prompts, seed locking, Arabic/RTL. 44 → `skills/ai-video-cinematic-prompts/GUIDE.md`45- **ai-video-storyboard-multishot** — Typed STORYBOARD.json, narrative arcs, transitions, character bible, idempotent batch generation. 46 → `skills/ai-video-storyboard-multishot/GUIDE.md`47- **ai-video-api-fal-runway** — fal queue (submit/status/result), ED25519 webhook verification, Runway SDK, retries, idempotency, cost logging. 48 → `skills/ai-video-api-fal-runway/GUIDE.md`49- **ai-image-to-video-consistency** — Reference-to-video, first-last-frame, Sora cameos, ref prep, Gemini-Flash→Veo workflow. 50 → `skills/ai-image-to-video-consistency/GUIDE.md`51- **remotion-programmatic-video** ⭐ — **Install Remotion** (`npx create-video@latest`), bundled FFmpeg, Studio, brownfield Next.js, programmatic render, `<Player>`, transitions, TikTok captions, Lambda. 52 → `skills/remotion-programmatic-video/GUIDE.md`53- **ai-video-audio-voiceover** — ElevenLabs TTS (eleven_v3/multilingual), Eleven Music, SFX, dubbing, word-level caption timing. 54 → `skills/ai-video-audio-voiceover/GUIDE.md`55- **ai-avatar-presenter-video** — HeyGen v3 (+v2 legacy), Synthesia (green-screen), localization, likeness consent + AI-labeling. 56 → `skills/ai-avatar-presenter-video/GUIDE.md`57- **video-ffmpeg-post-production** — Normalize+concat, two-pass loudnorm, sidechain ducking, burn/soft subs (RTL), chromakey. 58 → `skills/video-ffmpeg-post-production/GUIDE.md`59- **ai-video-qa-evaluation** — Release gate: ffprobe spec checks, black/freeze/silence, loudness, vision-LLM artifact/brand review, golden tests in CI. 60 → `skills/ai-video-qa-evaluation/GUIDE.md`61- **video-social-export-specs** — 2026 aspect/pixel/safe-zone/bitrate/length per platform, captions, master→variants. 62 → `skills/video-social-export-specs/GUIDE.md`6364## Pairs well with6566`color-design-master` (brand look/tokens), `content-seo-master` (ad copy/scripts),67`ai-mcp-master` (prompt engineering), `documents-master` (image generation for refs).6869## Note7071Bundled skills use `GUIDE.md` so only this master appears in Cursor's skills list. Always copy the exact72model `Model ID` from the live fal/Runway card before production — version strings drift (it's Kling **2.5 Turbo Pro**, not "Kling 3").