video-prompting-guide by inferen-sh/skills
npx skills add https://github.com/inferen-sh/skills --skill video-prompting-guide通过 inference.sh 编写高效 AI 视频生成提示词的最佳实践。

需要 inference.sh CLI (
infsh)。安装说明
infsh login
# 结构良好的视频提示词
infsh 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"
}'
[镜头类型] + [主体] + [动作] + [场景] + [灯光] + [风格] + [技术参数]
"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"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 镜头类型 | 描述 | 适用场景 |
|---|---|---|
| Wide shot | 展示整个场景 | 建立地点 |
| Medium shot | 腰部以上取景 | 对话、动作 |
| Close-up | 面部或细节 | 情感、产品细节 |
| Extreme close-up | 单一特征 | 戏剧性、纹理 |
| Aerial shot | 鸟瞰视角 | 风景、规模 |
| Low angle | 仰拍 | 力量感、宏伟 |
| High angle | 俯拍 | 脆弱感 |
| Dutch angle | 倾斜镜头 | 不安、紧张感 |
| POV shot | 第一人称视角 | 沉浸感 |
| 运动方式 | 描述 | 效果 |
|---|---|---|
| Tracking shot | 摄像机跟随主体 | 动态、引人入胜 |
| Dolly in/out | 摄像机向前/后移动 | 聚焦、揭示 |
| Pan | 水平旋转 | 巡视场景 |
| Tilt | 垂直旋转 | 揭示高度 |
| Crane shot | 垂直+水平移动 | 戏剧性揭示 |
| Handheld | 轻微抖动 | 真实感、紧迫感 |
| Steadicam | 平滑跟随 | 专业、电影感 |
| Zoom | 镜头变焦 | 快速焦点变化 |
| Static | 无运动 | 沉思、稳定感 |
| 关键词 | 效果 |
|---|---|
| Golden hour | 温暖、柔和、浪漫 |
| Blue hour | 冷色调、情绪化、黄昏 |
| High key | 明亮、阴影最少 |
| Low key | 黑暗、戏剧性阴影 |
| Rim lighting | 主体被光线勾勒轮廓 |
| Backlit | 主体后方打光 |
| Soft lighting | 柔和、美化 |
| Hard lighting | 锐利阴影、高对比度 |
| Neon | 多彩、都市、赛博朋克 |
| Natural lighting | 真实、纪录片风格 |
cinematic, film grain, anamorphic lens, letterbox,
shallow depth of field, bokeh, 35mm film,
color grading, theatrical
minimalist, maximalist, vintage, retro, futuristic,
cyberpunk, steampunk, noir, pastel, vibrant,
muted colors, high contrast, desaturated
4K, 8K, high resolution, photorealistic,
hyperrealistic, ultra detailed, professional,
broadcast quality, HDR
infsh 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"
}'
infsh 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"
}'
infsh 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"
}'
infsh app run bytedance/seedance-1-5-pro --input '{
"prompt": "Close-up of chocolate sauce being drizzled over ice cream, slow motion, steam rising, soft lighting, food photography style, appetizing, commercial quality"
}'
infsh 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
}'
| 错误 | 问题 | 更好的方法 |
|---|---|---|
| 太模糊 | "一个好看的视频" | 指定镜头、主体、风格 |
| 太复杂 | 多个场景 | 每个提示词一个场景 |
| 没有运动 | 静态描述 | 包含摄像机运动或动作 |
| 风格冲突 | "极简主义 极繁主义" | 选择一种美学风格 |
| 没有灯光 | 未定义氛围 | 指定灯光条件 |
# 1. 从基础提示词开始
infsh app run google/veo-3-1-fast --input '{
"prompt": "A woman walking through a forest"
}'
# 2. 增加具体性
infsh 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. 添加风格和技术细节
infsh 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"
}'
# 生成视频
npx skills add inference-sh/skills@ai-video-generation
# Google Veo 专用
npx skills add inference-sh/skills@google-veo
# 为图像转视频生成图像
npx skills add inference-sh/skills@ai-image-generation
# 通用提示词工程
npx skills add inference-sh/skills@prompt-engineering
# 完整平台技能
npx skills add inference-sh/skills@infsh-cli
浏览所有视频应用:infsh app list --category video
每周安装量
7.3K
代码仓库
GitHub 星标数
228
首次出现
Mar 12, 2026
安全审计
安装于
claude-code5.8K
gemini-cli5.3K
codex5.2K
opencode5.2K
amp5.2K
kimi-cli5.2K
Best practices for writing effective AI video generation prompts via inference.sh.

Requires inference.sh CLI (
infsh). Install instructions
infsh login
# Well-structured video prompt
infsh 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"
}'
[Shot Type] + [Subject] + [Action] + [Setting] + [Lighting] + [Style] + [Technical]
"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 | 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 |
| 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 |
| 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 |
cinematic, film grain, anamorphic lens, letterbox,
shallow depth of field, bokeh, 35mm film,
color grading, theatrical
minimalist, maximalist, vintage, retro, futuristic,
cyberpunk, steampunk, noir, pastel, vibrant,
muted colors, high contrast, desaturated
4K, 8K, high resolution, photorealistic,
hyperrealistic, ultra detailed, professional,
broadcast quality, HDR
infsh 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"
}'
infsh 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"
}'
infsh 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"
}'
infsh app run bytedance/seedance-1-5-pro --input '{
"prompt": "Close-up of chocolate sauce being drizzled over ice cream, slow motion, steam rising, soft lighting, food photography style, appetizing, commercial quality"
}'
infsh 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
}'
| 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 |
# 1. Start with basic prompt
infsh app run google/veo-3-1-fast --input '{
"prompt": "A woman walking through a forest"
}'
# 2. Add specificity
infsh 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
infsh 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"
}'
# 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: infsh app list --category video
Weekly Installs
7.3K
Repository
GitHub Stars
228
First Seen
Mar 12, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
claude-code5.8K
gemini-cli5.3K
codex5.2K
opencode5.2K
amp5.2K
kimi-cli5.2K
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
50,500 周安装