video-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Video 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 formats
text
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 seconds
Social 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 mood
Motion 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 duration

Output 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

平台规格

PlatformRatioResolutionDuration
Instagram Reels9:161080x192015-90s
YouTube Shorts9:161080x1920Up to 60s
TikTok9:161080x192015-180s
YouTube16:91920x1080Any
LinkedIn16:9/1:11920x1080Up to 10min
平台宽高比分辨率时长
Instagram Reels9:161080x192015-90秒
YouTube Shorts9:161080x1920最长60秒
TikTok9:161080x192015-180秒
YouTube16:91920x1080无限制
LinkedIn16:9/1:11920x1080最长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

镜头运动

  • static
    - No movement
  • pan
    - Horizontal sweep (left/right)
  • tilt
    - Vertical sweep (up/down)
  • zoom
    - In/out movement
  • dolly
    - Forward/backward movement
  • orbit
    - Circular movement around subject
  • static
    - 无运动
  • pan
    - 水平摇镜(左/右)
  • tilt
    - 垂直摇镜(上/下)
  • zoom
    - 缩放(进/出)
  • dolly
    - 推拉(前/后)
  • orbit
    - 环绕主体圆周运动

Lighting Styles

灯光风格

  • studio
    - Professional controlled lighting
  • natural
    - Daylight simulation
  • dramatic
    - High contrast, moody
  • soft
    - Even, diffused lighting
  • neon
    - Colorful accent lighting
  • studio
    - 专业可控灯光
  • natural
    - 自然光模拟
  • dramatic
    - 高对比度、氛围感
  • soft
    - 均匀漫射灯光
  • neon
    - 彩色氛围灯光

Error Handling

错误处理

ErrorRecovery
Generation timeoutReduce complexity, retry
Low quality outputEnhance prompt specificity
Motion artifactsSimplify camera movement
Audio sync issuesRegenerate 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