video-generation
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseVideo Generation Skill
视频生成技能
AI-powered motion graphics and video content creation for marketing and content workflows.
面向营销和内容工作流的AI驱动型动态图形与视频内容创建工具。
When to Use
适用场景
Activate this skill when the task involves:
- Creating product animations or demos
- Generating social media video content
- Building motion graphics and transitions
- Producing explainer or tutorial videos
- Creating cinematic B-roll footage
当任务包含以下内容时激活本技能:
- 创建产品动画或演示视频
- 生成社交媒体视频内容
- 制作动态图形与转场效果
- 产出解说或教程视频
- 创建电影级B-roll片段
Capabilities
功能特性
1. Product Animations
1. 产品动画
Generate product showcase videos:
- Model: Veo 3.1 (Google)
- Duration: Up to 60 seconds
- Quality: 1080p - 4K
- Styles: Studio, lifestyle, abstract
生成产品展示视频:
- Model:Veo 3.1 (Google)
- 时长:最长60秒
- 画质:1080p - 4K
- 风格:工作室风、生活化风、抽象风
2. Social Media Videos
2. 社交媒体视频
Create platform-optimized content:
- Instagram Reels (9:16)
- YouTube Shorts (9:16)
- TikTok videos (9:16)
- Facebook/LinkedIn (16:9, 1:1)
创建适配各平台的内容:
- Instagram Reels(9:16)
- YouTube Shorts(9:16)
- TikTok视频(9:16)
- Facebook/LinkedIn(16:9、1:1)
3. Motion Graphics
3. 动态图形
Generate animated design elements:
- Logo animations
- Title sequences
- Transitions and overlays
- Data visualizations
生成动画设计元素:
- Logo动画
- 标题序列
- 转场与叠加层
- 数据可视化
4. Cinematic Sequences
4. 电影级片段
Produce high-quality video footage:
- B-roll footage
- Establishing shots
- Abstract backgrounds
- Ambient loops
制作高质量视频素材:
- B-roll素材
- 开场镜头
- 抽象背景
- 氛围循环片段
Execution Pattern
执行流程
text
1. BRIEF → Define video requirements and narrative
2. STORYBOARD → Plan shot sequence and timing
3. PROMPT → Craft generation prompts per shot
4. GENERATE → Execute video generation requests
5. ASSEMBLE → Sequence clips and add audio
6. POLISH → Apply color grading and effects
7. EXPORT → Deliver in required formatstext
1. BRIEF → 定义视频需求与叙事方向
2. STORYBOARD → 规划镜头序列与时长
3. PROMPT → 为每个镜头撰写生成提示词
4. GENERATE → 执行视频生成请求
5. ASSEMBLE → 剪辑片段并添加音频
6. POLISH → 应用色彩分级与特效
7. EXPORT → 按要求格式交付Video Brief Structure
视频简报结构
yaml
video:
title: "Video Title"
duration: "30 seconds"
aspect_ratio: "9:16" | "16:9" | "1:1"
style: "cinematic" | "corporate" | "playful" | "minimal"
shots:
- shot_number: 1
duration: "5s"
description: "Establishing shot of modern office"
movement: "slow pan right"
mood: "professional, clean"
- shot_number: 2
duration: "8s"
description: "Product close-up with hero lighting"
movement: "slow zoom in"
mood: "premium, aspirational"
audio:
music: "upbeat corporate" | "ambient" | "none"
voiceover: true | false
sound_effects: ["whoosh", "click", "ambient"]yaml
video:
title: "Video Title"
duration: "30 seconds"
aspect_ratio: "9:16" | "16:9" | "1:1"
style: "cinematic" | "corporate" | "playful" | "minimal"
shots:
- shot_number: 1
duration: "5s"
description: "Establishing shot of modern office"
movement: "slow pan right"
mood: "professional, clean"
- shot_number: 2
duration: "8s"
description: "Product close-up with hero lighting"
movement: "slow zoom in"
mood: "premium, aspirational"
audio:
music: "upbeat corporate" | "ambient" | "none"
voiceover: true | false
sound_effects: ["whoosh", "click", "ambient"]Prompt Engineering
提示词工程
Structure
结构
text
[Scene Description] + [Camera Movement] + [Lighting] + [Mood] + [Technical]text
[Scene Description] + [Camera Movement] + [Lighting] + [Mood] + [Technical]Example Prompts
提示词示例
Product Animation:
text
Smooth rotating view of sleek steam cleaner product,
studio lighting with soft shadows, white cyclorama background,
professional product photography style, 4K quality,
slow 360-degree rotation over 8 secondsSocial Media Video:
text
Dynamic cleaning transformation video, before and after,
split-screen effect, vibrant colors, energetic pacing,
satisfying cleaning content, vertical 9:16 format,
upbeat and engaging moodMotion Graphic:
text
Smooth logo reveal animation, modern minimal style,
particles converging to form logo, dark background,
subtle glow effect, professional corporate feel,
3 second duration产品动画:
text
Smooth rotating view of sleek steam cleaner product,
studio lighting with soft shadows, white cyclorama background,
professional product photography style, 4K quality,
slow 360-degree rotation over 8 seconds社交媒体视频:
text
Dynamic cleaning transformation video, before and after,
split-screen effect, vibrant colors, energetic pacing,
satisfying cleaning content, vertical 9:16 format,
upbeat and engaging mood动态图形:
text
Smooth logo reveal animation, modern minimal style,
particles converging to form logo, dark background,
subtle glow effect, professional corporate feel,
3 second durationOutput Format
输出格式
xml
<video_output>
<metadata>
<title>Video Title</title>
<duration>30s</duration>
<resolution>1920x1080</resolution>
<fps>30</fps>
<model>veo-3.1</model>
</metadata>
<files>
<file format="mp4" codec="h264" size="final" path="..." />
<file format="webm" size="web-optimized" path="..." />
<file format="gif" size="preview" path="..." />
</files>
<shots>
<shot number="1" start="0:00" end="0:05" path="..." />
<shot number="2" start="0:05" end="0:13" path="..." />
</shots>
<audio>
<track type="music" source="..." />
<track type="voiceover" source="..." />
</audio>
</video_output>xml
<video_output>
<metadata>
<title>Video Title</title>
<duration>30s</duration>
<resolution>1920x1080</resolution>
<fps>30</fps>
<model>veo-3.1</model>
</metadata>
<files>
<file format="mp4" codec="h264" size="final" path="..." />
<file format="webm" size="web-optimized" path="..." />
<file format="gif" size="preview" path="..." />
</files>
<shots>
<shot number="1" start="0:00" end="0:05" path="..." />
<shot number="2" start="0:05" end="0:13" path="..." />
</shots>
<audio>
<track type="music" source="..." />
<track type="voiceover" source="..." />
</audio>
</video_output>Platform Specifications
平台规格
| Platform | Ratio | Resolution | Duration |
|---|---|---|---|
| Instagram Reels | 9:16 | 1080x1920 | 15-90s |
| YouTube Shorts | 9:16 | 1080x1920 | Up to 60s |
| TikTok | 9:16 | 1080x1920 | 15-180s |
| YouTube | 16:9 | 1920x1080 | Any |
| 16:9/1:1 | 1920x1080 | Up to 10min |
| 平台 | 宽高比 | 分辨率 | 时长 |
|---|---|---|---|
| Instagram Reels | 9:16 | 1080x1920 | 15-90秒 |
| YouTube Shorts | 9:16 | 1080x1920 | 最长60秒 |
| TikTok | 9:16 | 1080x1920 | 15-180秒 |
| YouTube | 16:9 | 1920x1080 | 无限制 |
| 16:9/1:1 | 1920x1080 | 最长10分钟 |
Integration Points
集成对接点
- Google Slides Storyboard: Provides video embeds for presentations
- Content Orchestrator: Receives video generation requests
- Social Commander: Delivers platform-ready video content
- Image Generation: Source imagery for video sequences
- Google Slides Storyboard:为演示文稿提供视频嵌入功能
- Content Orchestrator:接收视频生成请求
- Social Commander:交付适配各平台的视频内容
- Image Generation:为视频序列提供源图像素材
Quality Guidelines
质量规范
Camera Movements
镜头运动
- - No movement
static - - Horizontal sweep (left/right)
pan - - Vertical sweep (up/down)
tilt - - In/out movement
zoom - - Forward/backward movement
dolly - - Circular movement around subject
orbit
- - 无运动
static - - 水平摇镜(左/右)
pan - - 垂直摇镜(上/下)
tilt - - 缩放(进/出)
zoom - - 推拉(前/后)
dolly - - 环绕主体圆周运动
orbit
Lighting Styles
灯光风格
- - Professional controlled lighting
studio - - Daylight simulation
natural - - High contrast, moody
dramatic - - Even, diffused lighting
soft - - Colorful accent lighting
neon
- - 专业可控灯光
studio - - 自然光模拟
natural - - 高对比度、氛围感
dramatic - - 均匀漫射灯光
soft - - 彩色氛围灯光
neon
Error Handling
错误处理
| Error | Recovery |
|---|---|
| Generation timeout | Reduce complexity, retry |
| Low quality output | Enhance prompt specificity |
| Motion artifacts | Simplify camera movement |
| Audio sync issues | Regenerate with adjusted timing |
| 错误类型 | 恢复方案 |
|---|---|
| 生成超时 | 降低复杂度,重试请求 |
| 输出画质低 | 提升提示词的具体性 |
| 运动伪影 | 简化镜头运动 |
| 音频同步问题 | 调整时长后重新生成 |
Cost Considerations
成本考量
- Fuel Cost: 20-80 PTS per video
- Optimization:
- Use shorter clips when possible
- Batch similar style requests
- Cache reusable motion graphics
- Generate at 1080p, upscale if needed
- 资源成本:每段视频20-80 PTS
- 优化建议:
- 尽可能使用较短片段
- 批量提交同风格请求
- 缓存可复用的动态图形
- 先以1080p生成,必要时再 upscale