Install the belt CLI skill: npx skills add belt-sh/cli
Video Prompting Guide
Best practices for writing effective AI video generation prompts via inference.sh.
Quick Start
Requires inference.sh CLI (belt). Install instructions
belt login
# Well-structured video prompt
belt app run google/veo-3-1-fast --input '{
"prompt": "Cinematic tracking shot of a red sports car driving through Tokyo at night, neon lights reflecting on wet streets, rain falling, 4K, shallow depth of field"
}'
Prompt Structure Formula
[Shot Type] + [Subject] + [Action] + [Setting] + [Lighting] + [Style] + [Technical]
Example Breakdown
"Slow motion close-up of coffee being poured into a white ceramic cup,
steam rising, morning sunlight streaming through window, warm color grading,
cinematic, 4K, shallow depth of field"
- Shot Type: Slow motion close-up
- Subject: Coffee
- Action: Being poured
- Setting: White ceramic cup, window
- Lighting: Morning sunlight
- Style: Warm color grading, cinematic
- Technical: 4K, shallow depth of field
Shot Types
| Shot Type |
Description |
Use For |
| Wide shot |
Shows entire scene |
Establishing location |
| Medium shot |
Waist-up framing |
Conversations, actions |
| Close-up |
Face or detail |
Emotion, product detail |
| Extreme close-up |
Single feature |
Drama, texture |
| Aerial shot |
Bird's eye view |
Landscapes, scale |
| Low angle |
Camera looking up |
Power, grandeur |
| High angle |
Camera looking down |
Vulnerability |
| Dutch angle |
Tilted camera |
Unease, tension |
| POV shot |
First person view |
Immersion |
Camera Movements
| Movement |
Description |
Effect |
| Tracking shot |
Camera follows subject |
Dynamic, engaging |
| Dolly in/out |
Camera moves toward/away |
Focus, reveal |
| Pan |
Horizontal rotation |
Survey scene |
| Tilt |
Vertical rotation |
Reveal height |
| Crane shot |
Vertical + horizontal |
Dramatic reveal |
| Handheld |
Slight shake |
Realism, urgency |
| Steadicam |
Smooth following |
Professional, cinematic |
| Zoom |
Lens zoom in/out |
Quick focus change |
| Static |
No movement |
Contemplation, stability |
Lighting Keywords
| Keyword |
Effect |
| Golden hour |
Warm, soft, romantic |
| Blue hour |
Cool, moody, twilight |
| High key |
Bright, minimal shadows |
| Low key |
Dark, dramatic shadows |
| Rim lighting |
Subject outlined with light |
| Backlit |
Light from behind subject |
| Soft lighting |
Gentle, flattering |
| Hard lighting |
Sharp shadows, contrast |
| Neon |
Colorful, urban, cyberpunk |
| Natural lighting |
Realistic, documentary |
Style Keywords
Cinematic Styles
cinematic, film grain, anamorphic lens, letterbox,
shallow depth of field, bokeh, 35mm film,
color grading, theatrical
Visual Aesthetics
minimalist, maximalist, vintage, retro, futuristic,
cyberpunk, steampunk, noir, pastel, vibrant,
muted colors, high contrast, desaturated
Quality Keywords
4K, 8K, high resolution, photorealistic,
hyperrealistic, ultra detailed, professional,
broadcast quality, HDR
Prompt Examples by Use Case
Product Demo
belt app run google/veo-3-1-fast --input '{
"prompt": "Smooth tracking shot around a sleek smartphone on a white pedestal, soft studio lighting, product photography style, reflections on surface, 4K, shallow depth of field"
}'
Nature Documentary
belt app run google/veo-3-1 --input '{
"prompt": "Slow motion extreme close-up of a hummingbird hovering at a red flower, wings in motion blur, shallow depth of field, golden hour lighting, National Geographic style"
}'
Urban Lifestyle
belt app run google/veo-3 --input '{
"prompt": "Tracking shot following a cyclist through busy city streets, morning rush hour, natural lighting, handheld camera feel, documentary style, authentic and candid"
}'
Food Content
belt app run bytedance/seedance-2-0 --input '{
"prompt": "Close-up of chocolate sauce being drizzled over ice cream, slow motion, steam rising, soft lighting, food photography style, appetizing, commercial quality",
"generate_audio": true
}'
Tech/Futuristic
belt app run xai/grok-imagine-video --input '{
"prompt": "Futuristic control room with holographic displays, camera slowly pans across the space, blue and cyan lighting, sci-fi atmosphere, Blade Runner aesthetic, 4K",
"duration": 5
}'
Common Mistakes to Avoid
| Mistake |
Problem |
Better Approach |
| Too vague |
"A nice video" |
Specify shot, subject, style |
| Too complex |
Multiple scenes |
One scene per prompt |
| No motion |
Static description |
Include camera movement or action |
| Conflicting styles |
"Minimalist maximalist" |
Choose one aesthetic |
| No lighting |
Undefined mood |
Specify lighting conditions |
Model-Specific Tips
Google Veo
- Excels at realistic, cinematic content
- Supports audio generation (Veo 3+)
- Best with detailed, professional prompts
- Frame interpolation available in 3.1
Seedance
- Strong at dance and human motion
- First-frame control available
- Good for consistent character motion
- Works well with reference images
Wan 2.5
- Best for image-to-video
- Animates still images naturally
- Good motion prediction
- Works with any image style
Grok
- Good general-purpose video
- Configurable duration (5-10s)
- Creative interpretations
- Works well with abstract concepts
Workflow: Iterative Prompting
# 1. Start with basic prompt
belt app run google/veo-3-1-fast --input '{
"prompt": "A woman walking through a forest"
}'
# 2. Add specificity
belt app run google/veo-3-1-fast --input '{
"prompt": "Medium tracking shot of a woman in a red dress walking through an autumn forest"
}'
# 3. Add style and technical details
belt app run google/veo-3-1-fast --input '{
"prompt": "Cinematic medium tracking shot of a woman in a flowing red dress walking through an autumn forest, golden hour sunlight filtering through leaves, shallow depth of field, film grain, 4K"
}'
Related Skills
# Generate videos
npx skills add inference-sh/skills@ai-video-generation
# Google Veo specific
npx skills add inference-sh/skills@google-veo
# Generate images for image-to-video
npx skills add inference-sh/skills@ai-image-generation
# General prompt engineering
npx skills add inference-sh/skills@prompt-engineering
# Full platform skill
npx skills add inference-sh/skills@infsh-cli
Browse all video apps: belt app list --category video
Documentation
1---2name: video-prompting-guide3description: Best practices and techniques for writing effective AI video generation prompts. Covers: Veo, Seedance, Wan, Grok, Kling, Runway, Pika, Sora prompting strategies. Learn: shot types, camera movements, lighting, pacing, style keywords, negative prompts. Use for: improving video quality, getting consistent results, professional video prompts. Triggers: video prompt, how to prompt video, veo prompts, video generation tips, better ai video, video prompt engineering, video prompt guide, video prompt template, ai video tips, video prompt best practices, video prompt examples, cinematography prompts4---5
6> **Install the belt CLI skill:** `npx skills add belt-sh/cli`
7
8# Video Prompting Guide
9
10Best practices for writing effective AI video generation prompts via [inference.sh](https://inference.sh).
11
12
13
14## Quick Start
15
16> Requires inference.sh CLI (`belt`). [Install instructions](https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md)
17
18```bash
19belt login
20
21# Well-structured video prompt
22belt app run google/veo-3-1-fast --input '{
23 "prompt": "Cinematic tracking shot of a red sports car driving through Tokyo at night, neon lights reflecting on wet streets, rain falling, 4K, shallow depth of field"
24}'
25```
26
27
28## Prompt Structure Formula
29
30```
31[Shot Type] + [Subject] + [Action] + [Setting] + [Lighting] + [Style] + [Technical]
32```
33
34### Example Breakdown
35
36```
37"Slow motion close-up of coffee being poured into a white ceramic cup,
38steam rising, morning sunlight streaming through window, warm color grading,
39cinematic, 4K, shallow depth of field"
40```
41
42- **Shot Type**: Slow motion close-up
43- **Subject**: Coffee
44- **Action**: Being poured
45- **Setting**: White ceramic cup, window
46- **Lighting**: Morning sunlight
47- **Style**: Warm color grading, cinematic
48- **Technical**: 4K, shallow depth of field
49
50## Shot Types
51
52| Shot Type | Description | Use For |
53|-----------|-------------|---------|
54| Wide shot | Shows entire scene | Establishing location |
55| Medium shot | Waist-up framing | Conversations, actions |
56| Close-up | Face or detail | Emotion, product detail |
57| Extreme close-up | Single feature | Drama, texture |
58| Aerial shot | Bird's eye view | Landscapes, scale |
59| Low angle | Camera looking up | Power, grandeur |
60| High angle | Camera looking down | Vulnerability |
61| Dutch angle | Tilted camera | Unease, tension |
62| POV shot | First person view | Immersion |
63
64## Camera Movements
65
66| Movement | Description | Effect |
67|----------|-------------|--------|
68| Tracking shot | Camera follows subject | Dynamic, engaging |
69| Dolly in/out | Camera moves toward/away | Focus, reveal |
70| Pan | Horizontal rotation | Survey scene |
71| Tilt | Vertical rotation | Reveal height |
72| Crane shot | Vertical + horizontal | Dramatic reveal |
73| Handheld | Slight shake | Realism, urgency |
74| Steadicam | Smooth following | Professional, cinematic |
75| Zoom | Lens zoom in/out | Quick focus change |
76| Static | No movement | Contemplation, stability |
77
78## Lighting Keywords
79
80| Keyword | Effect |
81|---------|--------|
82| Golden hour | Warm, soft, romantic |
83| Blue hour | Cool, moody, twilight |
84| High key | Bright, minimal shadows |
85| Low key | Dark, dramatic shadows |
86| Rim lighting | Subject outlined with light |
87| Backlit | Light from behind subject |
88| Soft lighting | Gentle, flattering |
89| Hard lighting | Sharp shadows, contrast |
90| Neon | Colorful, urban, cyberpunk |
91| Natural lighting | Realistic, documentary |
92
93## Style Keywords
94
95### Cinematic Styles
96
97```
98cinematic, film grain, anamorphic lens, letterbox,
99shallow depth of field, bokeh, 35mm film,
100color grading, theatrical
101```
102
103### Visual Aesthetics
104
105```
106minimalist, maximalist, vintage, retro, futuristic,
107cyberpunk, steampunk, noir, pastel, vibrant,
108muted colors, high contrast, desaturated
109```
110
111### Quality Keywords
112
113```
1144K, 8K, high resolution, photorealistic,
115hyperrealistic, ultra detailed, professional,
116broadcast quality, HDR
117```
118
119## Prompt Examples by Use Case
120
121### Product Demo
122
123```bash
124belt app run google/veo-3-1-fast --input '{
125 "prompt": "Smooth tracking shot around a sleek smartphone on a white pedestal, soft studio lighting, product photography style, reflections on surface, 4K, shallow depth of field"
126}'
127```
128
129### Nature Documentary
130
131```bash
132belt app run google/veo-3-1 --input '{
133 "prompt": "Slow motion extreme close-up of a hummingbird hovering at a red flower, wings in motion blur, shallow depth of field, golden hour lighting, National Geographic style"
134}'
135```
136
137### Urban Lifestyle
138
139```bash
140belt app run google/veo-3 --input '{
141 "prompt": "Tracking shot following a cyclist through busy city streets, morning rush hour, natural lighting, handheld camera feel, documentary style, authentic and candid"
142}'
143```
144
145### Food Content
146
147```bash
148belt app run bytedance/seedance-2-0 --input '{
149 "prompt": "Close-up of chocolate sauce being drizzled over ice cream, slow motion, steam rising, soft lighting, food photography style, appetizing, commercial quality",
150 "generate_audio": true
151}'
152```
153
154### Tech/Futuristic
155
156```bash
157belt app run xai/grok-imagine-video --input '{
158 "prompt": "Futuristic control room with holographic displays, camera slowly pans across the space, blue and cyan lighting, sci-fi atmosphere, Blade Runner aesthetic, 4K",
159 "duration": 5
160}'
161```
162
163## Common Mistakes to Avoid
164
165| Mistake | Problem | Better Approach |
166|---------|---------|-----------------|
167| Too vague | "A nice video" | Specify shot, subject, style |
168| Too complex | Multiple scenes | One scene per prompt |
169| No motion | Static description | Include camera movement or action |
170| Conflicting styles | "Minimalist maximalist" | Choose one aesthetic |
171| No lighting | Undefined mood | Specify lighting conditions |
172
173## Model-Specific Tips
174
175### Google Veo
176
177- Excels at realistic, cinematic content
178- Supports audio generation (Veo 3+)
179- Best with detailed, professional prompts
180- Frame interpolation available in 3.1
181
182### Seedance
183
184- Strong at dance and human motion
185- First-frame control available
186- Good for consistent character motion
187- Works well with reference images
188
189### Wan 2.5
190
191- Best for image-to-video
192- Animates still images naturally
193- Good motion prediction
194- Works with any image style
195
196### Grok
197
198- Good general-purpose video
199- Configurable duration (5-10s)
200- Creative interpretations
201- Works well with abstract concepts
202
203## Workflow: Iterative Prompting
204
205```bash
206# 1. Start with basic prompt
207belt app run google/veo-3-1-fast --input '{
208 "prompt": "A woman walking through a forest"
209}'
210
211# 2. Add specificity
212belt app run google/veo-3-1-fast --input '{
213 "prompt": "Medium tracking shot of a woman in a red dress walking through an autumn forest"
214}'
215
216# 3. Add style and technical details
217belt app run google/veo-3-1-fast --input '{
218 "prompt": "Cinematic medium tracking shot of a woman in a flowing red dress walking through an autumn forest, golden hour sunlight filtering through leaves, shallow depth of field, film grain, 4K"
219}'
220```
221
222## Related Skills
223
224```bash
225# Generate videos
226npx skills add inference-sh/skills@ai-video-generation
227
228# Google Veo specific
229npx skills add inference-sh/skills@google-veo
230
231# Generate images for image-to-video
232npx skills add inference-sh/skills@ai-image-generation
233
234# General prompt engineering
235npx skills add inference-sh/skills@prompt-engineering
236
237# Full platform skill
238npx skills add inference-sh/skills@infsh-cli
239```
240
241Browse all video apps: `belt app list --category video`
242
243## Documentation
244
245- [Running Apps](https://inference.sh/docs/apps/running) - How to run apps via CLI
246- [Video Generation Guide](https://inference.sh/blog/guides/video-generation) - Comprehensive video guide
247