ai-marketing-videos
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAI Marketing Videos
AI营销视频
Create professional marketing videos via inference.sh CLI.

通过inference.sh CLI创建专业营销视频。

Quick Start
快速开始
bash
curl -fsSL https://cli.inference.sh | sh && infsh loginbash
curl -fsSL https://cli.inference.sh | sh && infsh loginGenerate a product promo video
生成产品推广视频
infsh app run google/veo-3-1-fast --input '{
"prompt": "Sleek product reveal video, smartphone emerging from light particles, premium tech aesthetic, commercial quality"
}'
undefinedinfsh app run google/veo-3-1-fast --input '{
"prompt": "Sleek product reveal video, smartphone emerging from light particles, premium tech aesthetic, commercial quality"
}'
undefinedVideo Ad Types
视频广告类型
| Type | Duration | Platform |
|---|---|---|
| Bumper Ad | 6 seconds | YouTube |
| Short Ad | 15 seconds | Instagram, Facebook |
| Standard Ad | 30 seconds | YouTube, TV |
| Explainer | 60-90 seconds | Website, YouTube |
| Product Demo | 30-60 seconds | All platforms |
| 类型 | 时长 | 平台 |
|---|---|---|
| Bumper Ad | 6秒 | YouTube |
| Short Ad | 15秒 | Instagram、Facebook |
| Standard Ad | 30秒 | YouTube、电视 |
| Explainer | 60-90秒 | 官网、YouTube |
| Product Demo | 30-60秒 | 全平台 |
Marketing Video Templates
营销视频模板
Product Launch
产品发布
bash
undefinedbash
undefinedDramatic product reveal
戏剧性产品亮相
infsh app run google/veo-3 --input '{
"prompt": "Cinematic product launch video, premium tech device floating in space, dramatic lighting, particles and light effects, Apple-style reveal, commercial quality"
}'
undefinedinfsh app run google/veo-3 --input '{
"prompt": "Cinematic product launch video, premium tech device floating in space, dramatic lighting, particles and light effects, Apple-style reveal, commercial quality"
}'
undefinedBrand Story
品牌故事
bash
undefinedbash
undefinedEmotional brand narrative
情感化品牌叙事
infsh app run google/veo-3-1 --input '{
"prompt": "Brand story video showing diverse people connecting through technology, warm color grading, lifestyle montage, emotional and inspiring, commercial"
}'
undefinedinfsh app run google/veo-3-1 --input '{
"prompt": "Brand story video showing diverse people connecting through technology, warm color grading, lifestyle montage, emotional and inspiring, commercial"
}'
undefinedFeature Highlight
功能亮点
bash
undefinedbash
undefinedFocus on specific feature
聚焦特定功能
infsh app run bytedance/seedance-1-5-pro --input '{
"prompt": "Close-up product feature demonstration, hands interacting with device, clean background, informative, tech commercial style"
}'
undefinedinfsh app run bytedance/seedance-1-5-pro --input '{
"prompt": "Close-up product feature demonstration, hands interacting with device, clean background, informative, tech commercial style"
}'
undefinedTestimonial Style
客户证言风格
bash
undefinedbash
undefinedTalking head testimonial
访谈式客户证言
infsh app run google/veo-3-1-fast --input '{
"prompt": "Customer testimonial style video, person speaking to camera, neutral office background, professional lighting, authentic feel"
}'
undefinedinfsh app run google/veo-3-1-fast --input '{
"prompt": "Customer testimonial style video, person speaking to camera, neutral office background, professional lighting, authentic feel"
}'
undefinedBefore/After
前后对比
bash
undefinedbash
undefinedTransformation reveal
转变效果展示
infsh app run google/veo-3-1-fast --input '{
"prompt": "Before and after transformation video, split screen transition, dramatic reveal, satisfying comparison, commercial style"
}'
undefinedinfsh app run google/veo-3-1-fast --input '{
"prompt": "Before and after transformation video, split screen transition, dramatic reveal, satisfying comparison, commercial style"
}'
undefinedComplete Ad Workflows
完整广告制作流程
30-Second Product Ad
30秒产品广告
bash
undefinedbash
undefined1. Opening hook (0-3s)
1. 开场钩子(0-3秒)
infsh app run google/veo-3-1-fast --input '{
"prompt": "Attention-grabbing opening, product silhouette in dramatic lighting, building anticipation"
}' > hook.json
infsh app run google/veo-3-1-fast --input '{
"prompt": "Attention-grabbing opening, product silhouette in dramatic lighting, building anticipation"
}' > hook.json
2. Problem statement (3-8s)
2. 问题陈述(3-8秒)
infsh app run google/veo-3-1-fast --input '{
"prompt": "Frustrated person dealing with common problem, relatable everyday situation, documentary style"
}' > problem.json
infsh app run google/veo-3-1-fast --input '{
"prompt": "Frustrated person dealing with common problem, relatable everyday situation, documentary style"
}' > problem.json
3. Solution reveal (8-15s)
3. 解决方案亮相(8-15秒)
infsh app run google/veo-3-1-fast --input '{
"prompt": "Product reveal with features highlighted, clean demonstration, solving the problem shown before"
}' > solution.json
infsh app run google/veo-3-1-fast --input '{
"prompt": "Product reveal with features highlighted, clean demonstration, solving the problem shown before"
}' > solution.json
4. Benefits showcase (15-25s)
4. 优势展示(15-25秒)
infsh app run google/veo-3-1-fast --input '{
"prompt": "Happy customer using product, lifestyle integration, multiple quick cuts showing benefits"
}' > benefits.json
infsh app run google/veo-3-1-fast --input '{
"prompt": "Happy customer using product, lifestyle integration, multiple quick cuts showing benefits"
}' > benefits.json
5. Call to action (25-30s)
5. 行动号召(25-30秒)
infsh app run google/veo-3-1-fast --input '{
"prompt": "Product hero shot with space for text overlay, professional lighting, commercial ending"
}' > cta.json
infsh app run google/veo-3-1-fast --input '{
"prompt": "Product hero shot with space for text overlay, professional lighting, commercial ending"
}' > cta.json
6. Generate voiceover
6. 生成旁白
infsh app run infsh/kokoro-tts --input '{
"text": "Tired of [problem]? Introducing [Product]. [Key benefit 1]. [Key benefit 2]. [Key benefit 3]. Get yours today.",
"voice": "af_nicole"
}' > voiceover.json
infsh app run infsh/kokoro-tts --input '{
"text": "Tired of [problem]? Introducing [Product]. [Key benefit 1]. [Key benefit 2]. [Key benefit 3]. Get yours today.",
"voice": "af_nicole"
}' > voiceover.json
7. Merge all clips with voiceover
7. 合并所有片段与旁白
infsh app run infsh/media-merger --input '{
"videos": ["<hook>", "<problem>", "<solution>", "<benefits>", "<cta>"],
"audio_url": "<voiceover>",
"transition": "crossfade"
}'
undefinedinfsh app run infsh/media-merger --input '{
"videos": ["<hook>", "<problem>", "<solution>", "<benefits>", "<cta>"],
"audio_url": "<voiceover>",
"transition": "crossfade"
}'
undefinedInstagram/TikTok Ad (15s)
Instagram/TikTok广告(15秒)
bash
undefinedbash
undefinedVertical format, fast-paced
竖版格式,快节奏
infsh app run google/veo-3-1-fast --input '{
"prompt": "Fast-paced product showcase, vertical 9:16, quick cuts, trending style, hook in first 2 seconds, satisfying visually, Gen-Z aesthetic"
}'
infsh app run google/veo-3-1-fast --input '{
"prompt": "Fast-paced product showcase, vertical 9:16, quick cuts, trending style, hook in first 2 seconds, satisfying visually, Gen-Z aesthetic"
}'
Add trendy music
添加流行音乐
infsh app run infsh/media-merger --input '{
"video_url": "<video>",
"audio_url": "https://trending-music.mp3"
}'
undefinedinfsh app run infsh/media-merger --input '{
"video_url": "<video>",
"audio_url": "https://trending-music.mp3"
}'
undefinedExplainer Video
解说视频
bash
undefinedbash
undefined1. Write script
1. 撰写脚本
infsh app run openrouter/claude-sonnet-45 --input '{
"prompt": "Write a 60-second explainer video script for a SaaS product. Include: hook, problem, solution, 3 key features, social proof, CTA. Make it conversational."
}' > script.json
infsh app run openrouter/claude-sonnet-45 --input '{
"prompt": "Write a 60-second explainer video script for a SaaS product. Include: hook, problem, solution, 3 key features, social proof, CTA. Make it conversational."
}' > script.json
2. Generate visuals for each section
2. 为每个片段生成视觉内容
SECTIONS=("hook" "problem" "solution" "feature1" "feature2" "feature3" "social_proof" "cta")
for section in "${SECTIONS[@]}"; do
infsh app run google/veo-3-1-fast --input "{
"prompt": "Explainer video scene for $section, motion graphics style, clean modern aesthetic, SaaS product"
}" > "$section.json"
done
SECTIONS=("hook" "problem" "solution" "feature1" "feature2" "feature3" "social_proof" "cta")
for section in "${SECTIONS[@]}"; do
infsh app run google/veo-3-1-fast --input "{
"prompt": "Explainer video scene for $section, motion graphics style, clean modern aesthetic, SaaS product"
}" > "$section.json"
done
3. Generate professional voiceover
3. 生成专业旁白
infsh app run infsh/kokoro-tts --input '{
"text": "<full-script>",
"voice": "am_michael"
}' > voiceover.json
infsh app run infsh/kokoro-tts --input '{
"text": "<full-script>",
"voice": "am_michael"
}' > voiceover.json
4. Assemble final video
4. 组装最终视频
infsh app run infsh/media-merger --input '{
"videos": ["<hook>", "<problem>", "<solution>", ...],
"audio_url": "<voiceover>",
"transition": "fade"
}'
undefinedinfsh app run infsh/media-merger --input '{
"videos": ["<hook>", "<problem>", "<solution>", ...],
"audio_url": "<voiceover>",
"transition": "fade"
}'
undefinedPlatform-Specific Formats
平台专属格式
Facebook/Instagram Feed
Facebook/Instagram信息流
bash
infsh app run google/veo-3-1-fast --input '{
"prompt": "Square format product video 1:1, eye-catching visuals, works without sound, text-friendly, scroll-stopping"
}'bash
infsh app run google/veo-3-1-fast --input '{
"prompt": "Square format product video 1:1, eye-catching visuals, works without sound, text-friendly, scroll-stopping"
}'YouTube Pre-Roll
YouTube前贴片广告
bash
infsh app run google/veo-3-1-fast --input '{
"prompt": "YouTube ad style, skip button awareness (hook in 5 seconds), 16:9, professional commercial quality"
}'bash
infsh app run google/veo-3-1-fast --input '{
"prompt": "YouTube ad style, skip button awareness (hook in 5 seconds), 16:9, professional commercial quality"
}'bash
infsh app run google/veo-3-1-fast --input '{
"prompt": "Professional B2B product video, corporate style, clean and modern, business audience, subtle motion"
}'bash
infsh app run google/veo-3-1-fast --input '{
"prompt": "Professional B2B product video, corporate style, clean and modern, business audience, subtle motion"
}'TikTok/Reels
TikTok/Reels
bash
infsh app run google/veo-3-1-fast --input '{
"prompt": "TikTok native style ad, vertical 9:16, raw authentic feel, not overly polished, trendy, user-generated content aesthetic"
}'bash
infsh app run google/veo-3-1-fast --input '{
"prompt": "TikTok native style ad, vertical 9:16, raw authentic feel, not overly polished, trendy, user-generated content aesthetic"
}'Ad Creative Best Practices
广告创意最佳实践
Hook Formula (First 3 Seconds)
钩子公式(前3秒)
bash
infsh app run google/veo-3-1-fast --input '{
"prompt": "Opening hook: [choose one]
- Surprising visual transformation
- Bold statement text animation
- Relatable problem scenario
- Curiosity gap visual
- Satisfying action"
}'bash
infsh app run google/veo-3-1-fast --input '{
"prompt": "Opening hook: [choose one]
- Surprising visual transformation
- Bold statement text animation
- Relatable problem scenario
- Curiosity gap visual
- Satisfying action"
}'Visual Hierarchy
视觉层级
- Product hero - Clear, prominent
- Benefits - Illustrated, not just stated
- Social proof - Visible testimonials/numbers
- CTA - Clear space for text overlay
- 产品主角 - 清晰、突出
- 核心优势 - 可视化呈现,而非仅文字说明
- 社交证明 - 显眼的客户证言/数据
- 行动号召 - 预留清晰的文字叠加空间
Sound Design
音效设计
bash
undefinedbash
undefinedAdd appropriate music
添加合适的背景音乐
infsh app run infsh/ai-music --input '{
"prompt": "Upbeat commercial background music, modern, energetic, 30 seconds"
}' > music.json
infsh app run infsh/media-merger --input '{
"video_url": "<ad-video>",
"audio_url": "<music>",
"audio_volume": 0.5
}'
undefinedinfsh app run infsh/ai-music --input '{
"prompt": "Upbeat commercial background music, modern, energetic, 30 seconds"
}' > music.json
infsh app run infsh/media-merger --input '{
"video_url": "<ad-video>",
"audio_url": "<music>",
"audio_volume": 0.5
}'
undefinedA/B Testing Variants
A/B测试变体
bash
undefinedbash
undefinedGenerate multiple creative variants
生成多个创意变体
HOOKS=(
"Problem-focused opening"
"Product reveal opening"
"Testimonial opening"
"Statistic opening"
)
for hook in "${HOOKS[@]}"; do
infsh app run google/veo-3-1-fast --input "{
"prompt": "Marketing video with $hook, professional commercial quality"
}" > "variant_${hook// /_}.json"
done
undefinedHOOKS=(
"Problem-focused opening"
"Product reveal opening"
"Testimonial opening"
"Statistic opening"
)
for hook in "${HOOKS[@]}"; do
infsh app run google/veo-3-1-fast --input "{
"prompt": "Marketing video with $hook, professional commercial quality"
}" > "variant_${hook// /_}.json"
done
undefinedVideo Ad Checklist
视频广告检查清单
- Hook in first 3 seconds
- Works without sound (captions/text)
- Clear product visibility
- Benefit-focused messaging
- Single clear CTA
- Correct aspect ratio for platform
- Brand consistency
- Mobile-optimized
- 前3秒设置钩子
- 无声音时仍可观看(配字幕/文字)
- 产品展示清晰可见
- 以核心优势为核心的信息传递
- 单一清晰的行动号召
- 符合平台要求的宽高比
- 品牌风格统一
- 适配移动端观看
Related Skills
相关技能
bash
undefinedbash
undefinedVideo generation
视频生成
npx skills add inference-sh/skills@ai-video-generation
npx skills add inference-sh/skills@ai-video-generation
Image generation for thumbnails
缩略图图片生成
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@ai-image-generation
Text-to-speech for voiceover
旁白文本转语音
npx skills add inference-sh/skills@text-to-speech
npx skills add inference-sh/skills@text-to-speech
Social media content
社交媒体内容
npx skills add inference-sh/skills@ai-social-media-content
npx skills add inference-sh/skills@ai-social-media-content
Full platform skill
完整平台技能
npx skills add inference-sh/skills@inference-sh
Browse all apps: `infsh app list`npx skills add inference-sh/skills@inference-sh
浏览全部应用:`infsh app list`