music-video-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Music Video Generation

音乐视频生成

Generate stunning music videos using each::sense. This skill creates visualizers, lyric videos, animated sequences, and cinematic music videos synchronized to your audio tracks.
使用each::sense生成令人惊艳的音乐视频。该功能可创建与你的音轨同步的可视化效果、歌词视频、动画片段以及电影级音乐视频。

Features

功能特性

  • Audio Visualizers: Reactive visual patterns synced to audio frequencies
  • Lyric Videos: Animated typography with song lyrics
  • Abstract Visuals: Artistic, non-representational video content
  • Artist Performance: Simulated artist or band performance footage
  • Animated Music Videos: Cartoon, anime, or stylized animation
  • Concert Visuals: LED wall content and stage projections
  • Album Art Animation: Bring static album artwork to life
  • Beat-Synced Content: Visuals that react to rhythm and tempo
  • Genre-Specific Aesthetics: Hip-hop, EDM, rock, pop styling
  • 音频可视化效果:与音频频率同步的动态视觉图案
  • 歌词视频:带有歌曲歌词的动态文字效果
  • 抽象视觉内容:艺术化的非具象视频内容
  • 艺人表演模拟:模拟艺人或乐队的表演画面
  • 动画音乐视频:卡通、动漫或风格化动画
  • 演唱会视觉效果:LED大屏内容和舞台投影素材
  • 专辑封面动画:将静态专辑封面转化为动态内容
  • 节拍同步内容:与节奏和速度联动的视觉效果
  • 特定流派风格:嘻哈、电子舞曲、摇滚、流行等风格定制

Quick Start

快速开始

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create an audio visualizer video with neon geometric shapes that pulse to the beat, dark background with vibrant colors",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create an audio visualizer video with neon geometric shapes that pulse to the beat, dark background with vibrant colors",
    "mode": "max"
  }'

Video Formats & Aspect Ratios

视频格式与宽高比

PlatformAspect RatioResolutionUse Case
YouTube16:91920x1080Standard music video
YouTube Shorts9:161080x1920Vertical clips, previews
Instagram Reels9:161080x1920Social promotion
TikTok9:161080x1920Viral clips
Square1:11080x1080Instagram feed, Spotify Canvas
Ultrawide21:92560x1080Concert LED walls
平台宽高比分辨率使用场景
YouTube16:91920x1080标准音乐视频
YouTube Shorts9:161080x1920竖版片段、预览视频
Instagram Reels9:161080x1920社交推广
TikTok9:161080x1920爆款短视频
方形1:11080x1080Instagram动态、Spotify Canvas
超宽屏21:92560x1080演唱会LED大屏

Use Case Examples

使用场景示例

1. Audio Visualizer from Track

1. 基于音轨的音频可视化效果

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 16:9 audio visualizer video. Circular waveform in the center with particles emanating outward on each beat. Deep purple and electric blue color palette. Dark space background with subtle stars. 10 seconds loop.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 16:9 audio visualizer video. Circular waveform in the center with particles emanating outward on each beat. Deep purple and electric blue color palette. Dark space background with subtle stars. 10 seconds loop.",
    "mode": "max"
  }'

2. Lyric Video Generation

2. 歌词视频生成

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a lyric video for the lyrics: \"Running through the night, chasing starlight, we are infinite tonight\". Animated text appearing word by word with a dreamy night sky background. Stars twinkling, soft gradient from dark blue to purple. Modern sans-serif font with subtle glow effect. 16:9 aspect ratio.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a lyric video for the lyrics: \"Running through the night, chasing starlight, we are infinite tonight\". Animated text appearing word by word with a dreamy night sky background. Stars twinkling, soft gradient from dark blue to purple. Modern sans-serif font with subtle glow effect. 16:9 aspect ratio.",
    "mode": "max"
  }'

3. Abstract Music Visuals

3. 抽象音乐视觉内容

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Generate abstract music visuals for an ambient electronic track. Flowing liquid metal morphing shapes, iridescent surfaces reflecting rainbow colors, slow hypnotic movement. Think art installation meets music video. 16:9, 15 seconds.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Generate abstract music visuals for an ambient electronic track. Flowing liquid metal morphing shapes, iridescent surfaces reflecting rainbow colors, slow hypnotic movement. Think art installation meets music video. 16:9, 15 seconds.",
    "mode": "max"
  }'

4. Artist Performance Video

4. 艺人表演视频

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a music video showing a female singer performing on a dark stage. Dramatic spotlight lighting, smoke effects, cinematic camera movement circling the performer. She is wearing an elegant black dress, passionate emotional performance. 16:9 widescreen, film grain aesthetic.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a music video showing a female singer performing on a dark stage. Dramatic spotlight lighting, smoke effects, cinematic camera movement circling the performer. She is wearing an elegant black dress, passionate emotional performance. 16:9 widescreen, film grain aesthetic.",
    "mode": "max"
  }'

5. Animated Music Video (Anime Style)

5. 动画音乐视频(动漫风格)

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create an anime-style animated music video. A young character with colorful hair running through a neon-lit cyberpunk city at night. Dynamic action poses, speed lines, rain effects. Japanese anime aesthetic like Studio Trigger. High energy and dramatic. 16:9.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create an anime-style animated music video. A young character with colorful hair running through a neon-lit cyberpunk city at night. Dynamic action poses, speed lines, rain effects. Japanese anime aesthetic like Studio Trigger. High energy and dramatic. 16:9.",
    "mode": "max"
  }'

6. Concert LED Wall Visuals

6. 演唱会LED大屏视觉效果

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Generate concert visuals for LED wall projection. Abstract geometric patterns - triangles and hexagons morphing and pulsing. High contrast black and white with occasional bursts of red. Designed for live performance, loopable, high impact visuals that work on massive screens. 21:9 ultrawide aspect ratio.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Generate concert visuals for LED wall projection. Abstract geometric patterns - triangles and hexagons morphing and pulsing. High contrast black and white with occasional bursts of red. Designed for live performance, loopable, high impact visuals that work on massive screens. 21:9 ultrawide aspect ratio.",
    "mode": "max"
  }'

7. Album Art Animation (Spotify Canvas)

7. 专辑封面动画(Spotify Canvas风格)

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a Spotify Canvas style animation from album art concept. A surreal landscape with floating islands and waterfalls going upward. Soft pastel colors - pink clouds, turquoise water, golden sunset light. Subtle parallax motion, dreamy and ethereal mood. 9:16 vertical format, 8 second seamless loop.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a Spotify Canvas style animation from album art concept. A surreal landscape with floating islands and waterfalls going upward. Soft pastel colors - pink clouds, turquoise water, golden sunset light. Subtle parallax motion, dreamy and ethereal mood. 9:16 vertical format, 8 second seamless loop.",
    "mode": "max"
  }'

8. Beat-Synced Visuals

8. 节拍同步视觉效果

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create beat-synced visuals for a 120 BPM track. Geometric shapes (cubes, spheres, pyramids) that flash and transform on each beat. Strobe-like intensity changes. Black background with neon pink, cyan, and yellow shapes. High energy, rave aesthetic. Design cuts to happen every 0.5 seconds to match tempo. 16:9.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create beat-synced visuals for a 120 BPM track. Geometric shapes (cubes, spheres, pyramids) that flash and transform on each beat. Strobe-like intensity changes. Black background with neon pink, cyan, and yellow shapes. High energy, rave aesthetic. Design cuts to happen every 0.5 seconds to match tempo. 16:9.",
    "mode": "max"
  }'

9. Genre-Specific Aesthetics (Hip-Hop)

9. 特定流派风格(嘻哈)

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a hip-hop music video aesthetic. Urban street scene at night, street lights with lens flares, graffiti walls, luxury cars in background. Slow motion rain falling. Moody cinematic color grading - teal shadows and orange highlights. Trap music vibe, high production value look. 16:9 widescreen.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a hip-hop music video aesthetic. Urban street scene at night, street lights with lens flares, graffiti walls, luxury cars in background. Slow motion rain falling. Moody cinematic color grading - teal shadows and orange highlights. Trap music vibe, high production value look. 16:9 widescreen.",
    "mode": "max"
  }'

10. Story-Driven Music Video

10. 叙事型音乐视频

bash
undefined
bash
undefined

Part 1: Opening scene

第一部分:开场场景

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the opening scene of a narrative music video. A lonely figure standing at a train station at dawn. Empty platform, morning mist, warm golden light breaking through clouds. Melancholic mood, cinematic widescreen composition. The character is looking at a departing train. 16:9.", "session_id": "music-video-story-001", "mode": "max" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the opening scene of a narrative music video. A lonely figure standing at a train station at dawn. Empty platform, morning mist, warm golden light breaking through clouds. Melancholic mood, cinematic widescreen composition. The character is looking at a departing train. 16:9.", "session_id": "music-video-story-001", "mode": "max" }'

Part 2: Middle scene (same session for consistency)

第二部分:中间场景(使用相同session_id保证一致性)

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the next scene continuing our music video story. The same character is now walking through a sunlit field of wildflowers. Memories and flashbacks - double exposure effect showing happy moments. Bittersweet emotion, hope emerging. Maintain the same cinematic color grading and style.", "session_id": "music-video-story-001", "mode": "max" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the next scene continuing our music video story. The same character is now walking through a sunlit field of wildflowers. Memories and flashbacks - double exposure effect showing happy moments. Bittersweet emotion, hope emerging. Maintain the same cinematic color grading and style.", "session_id": "music-video-story-001", "mode": "max" }'

Part 3: Final scene

第三部分:最终场景

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the final climactic scene of our music video. The character reunites with a loved one on a rooftop at sunset. City skyline in background, warm embrace, emotional payoff. Golden hour lighting, lens flares, cinematic slow motion. End on a hopeful note with them looking at the horizon together.", "session_id": "music-video-story-001", "mode": "max" }'
undefined
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the final climactic scene of our music video. The character reunites with a loved one on a rooftop at sunset. City skyline in background, warm embrace, emotional payoff. Golden hour lighting, lens flares, cinematic slow motion. End on a hopeful note with them looking at the horizon together.", "session_id": "music-video-story-001", "mode": "max" }'
undefined

Best Practices

最佳实践

Visual Design

视觉设计

  • Color Consistency: Maintain a cohesive color palette throughout the video
  • Motion Pacing: Match visual intensity to music energy levels
  • Safe Zones: For social platforms, keep key elements away from edges
  • Loop Points: Design seamless loops for visualizers and short clips
  • Text Readability: For lyric videos, ensure text contrasts with background
  • 色彩一致性:在整个视频中保持统一的调色板
  • 运动节奏:视觉强度与音乐能量水平匹配
  • 安全区域:针对社交平台,将关键元素远离边缘区域
  • 循环点:为可视化效果和短视频设计无缝循环
  • 文字可读性:对于歌词视频,确保文字与背景形成足够对比

Technical Considerations

技术注意事项

  • Beat Timing: Specify BPM when possible for beat-synced content
  • Duration: Keep clips between 5-30 seconds for optimal generation
  • Looping: Request seamless loops explicitly for repeated playback
  • Platform Specs: Always specify aspect ratio for target platform
  • 节拍计时:如果可能,指定BPM以实现精准的节拍同步
  • 时长:将片段时长控制在5-30秒以优化生成效果
  • 循环设置:明确要求无缝循环以支持重复播放
  • 平台规格:始终为目标平台指定宽高比

Genre Guidelines

流派风格指南

GenreVisual StyleColor PaletteMotion
EDM/ElectronicGeometric, neon, futuristicBright neons, RGBFast, energetic
Hip-Hop/RapUrban, luxury, cinematicDark with gold/tealSlow-mo, dramatic
Rock/MetalGritty, high contrastDark, red, monochromeIntense, chaotic
PopColorful, polished, funBright, pastelSmooth, bouncy
Ambient/ChillAbstract, flowingSoft gradientsSlow, hypnotic
Indie/AlternativeVintage, artisticMuted, film tonesOrganic, natural
流派视觉风格调色板运动节奏
电子舞曲几何、霓虹、未来感明亮霓虹色、RGB快速、充满活力
嘻哈/说唱都市、奢华、电影感深色搭配金色/青绿色慢动作、戏剧性
摇滚/金属粗犷、高对比度深色、红色、单色强烈、混乱
流行多彩、精致、有趣明亮、马卡龙色流畅、活泼
氛围/舒缓抽象、流动感柔和渐变缓慢、催眠
独立/另类复古、艺术感低饱和度、胶片色调自然、有机

Prompt Tips for Music Videos

音乐视频提示词技巧

When creating music videos, include these details:
  1. Genre/Mood: What type of music and emotional tone
  2. Visual Style: Realistic, animated, abstract, etc.
  3. Color Palette: Specific colors or general mood
  4. Aspect Ratio: 16:9, 9:16, 1:1, or 21:9
  5. Duration: How long the clip should be
  6. Motion Style: Fast cuts, slow motion, smooth, etc.
  7. Key Elements: What should appear in the video
  8. Loop Requirement: Whether it needs to loop seamlessly
创建音乐视频时,请包含以下细节:
  1. 流派/氛围:音乐类型和情感基调
  2. 视觉风格:写实、动画、抽象等
  3. 调色板:具体颜色或整体色调
  4. 宽高比:16:9、9:16、1:1或21:9
  5. 时长:视频片段的长度
  6. 运动风格:快速剪辑、慢动作、流畅等
  7. 关键元素:视频中应出现的内容
  8. 循环要求:是否需要无缝循环

Example Prompt Structure

提示词结构示例

"Create a [duration] [genre] music video in [aspect ratio].
Visual style: [style description].
Show [key visual elements].
Color palette: [colors].
Mood: [emotional tone].
[Additional requirements like looping, beat-sync, etc.]"
"创建一个[时长]的[流派]音乐视频,宽高比为[宽高比]。
视觉风格:[风格描述]。
呈现[关键视觉元素]。
调色板:[颜色]。
氛围:[情感基调]。
[其他要求如循环、节拍同步等]"

Mode Selection

模式选择

"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final releases, official videos, premium contentSlowerHighest
eco
Quick concepts, social clips, iterationFasterGood
"你想要快速低成本,还是高质量?"
模式适用场景速度质量
max
最终发布版、官方视频、高端内容较慢最高
eco
快速概念验证、社交片段、迭代测试较快良好

Multi-Turn Creative Iteration

多轮创意迭代

Use
session_id
to iterate and build upon your music video:
bash
undefined
使用
session_id
来迭代和完善你的音乐视频:
bash
undefined

Initial concept

初始概念

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a visualizer with glowing orbs floating in space", "session_id": "visualizer-project-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a visualizer with glowing orbs floating in space", "session_id": "visualizer-project-001" }'

Refine based on result

基于结果优化

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Add more particle trails to the orbs and make the colors shift from blue to purple", "session_id": "visualizer-project-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Add more particle trails to the orbs and make the colors shift from blue to purple", "session_id": "visualizer-project-001" }'

Create variation

创建变体版本

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a more intense version of this for the chorus section with faster movement", "session_id": "visualizer-project-001" }'
undefined
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a more intense version of this for the chorus section with faster movement", "session_id": "visualizer-project-001" }'
undefined

Error Handling

错误处理

ErrorCauseSolution
Failed to create prediction: HTTP 422
Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with content policies
TimeoutComplex generationSet client timeout to minimum 10 minutes
错误信息原因解决方案
Failed to create prediction: HTTP 422
余额不足在eachlabs.ai进行充值
内容政策违规包含禁止内容调整提示词以符合内容政策
超时生成内容过于复杂将客户端超时设置为至少10分钟

Related Skills

相关功能

  • each-sense
    - Core API documentation
  • video-generation
    - General video generation
  • image-generation
    - Static artwork and stills
  • audio-generation
    - Music and sound creation
  • each-sense
    - 核心API文档
  • video-generation
    - 通用视频生成
  • image-generation
    - 静态艺术作品和剧照
  • audio-generation
    - 音乐和声音创作