video-speed-adjustment

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Video Speed Adjustment

视频速度调整

Adjust video playback speed using each::sense. This skill enables speed manipulation for creative effects including slow motion, time-lapse, hyperlapse, speed ramping, reverse playback, and frame interpolation for ultra-smooth slow-mo.
借助each::sense调整视频播放速度。该技能可实现多种创意效果的速度操控,包括慢动作、延时摄影、移动延时摄影、变速渐变、倒放,以及通过帧插值实现超流畅慢动作。

Features

功能特性

  • Slow Motion: Reduce playback speed (0.25x to 0.75x) for dramatic effect
  • Speed Up: Accelerate video (1.5x to 4x) for quick recaps
  • Time-Lapse: Extreme speed increase (8x to 20x) for long processes
  • Hyperlapse: Stabilized time-lapse with motion smoothing
  • Frame Interpolation: AI-generated frames for smooth slow motion
  • Speed Ramp: Variable speed within a single clip
  • Reverse Playback: Play video backwards
  • High FPS Output: 60fps or 120fps output for smooth playback
  • 慢动作: 将播放速度降至0.25x到0.75x,营造戏剧化效果
  • 加速播放: 将视频加速至1.5x到4x,用于快速回顾
  • 延时摄影: 大幅提升速度(8x到20x),展示长时程过程
  • 移动延时摄影: 带运动平滑的稳定化延时摄影
  • 帧插值: 通过AI生成帧实现流畅慢动作
  • 变速渐变: 单段剪辑内实现变速效果
  • 倒放: 视频反向播放
  • 高帧率输出: 输出60fps或120fps视频,确保流畅播放

Quick Start

快速开始

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Speed up this video to 2x playback speed"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/my-video.mp4"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Speed up this video to 2x playback speed"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/my-video.mp4"
  }'

Speed Adjustment Reference

速度调整参考

EffectSpeed FactorUse Case
Extreme Slow-Mo0.25xSports highlights, action details
Slow Motion0.5xDramatic moments, product reveals
Slight Slow0.75xSubtle emphasis
Normal1xOriginal speed
Slight Fast1.5xSkip boring parts
Fast Forward2xQuick overview
Very Fast4xProcess summaries
Time-Lapse10x-20xConstruction, cooking, travel
效果速度系数使用场景
极致慢动作0.25x体育精彩瞬间、动作细节
慢动作0.5x戏剧化时刻、产品展示
轻微减速0.75x微妙强调
正常速度1x原始速度
轻微加速1.5x跳过枯燥片段
快进2x快速概览
大幅加速4x流程总结
延时摄影10x-20x建筑施工、烹饪、旅行

Use Case Examples

使用场景示例

1. Speed Up Video 2x

1. 2倍速加速视频

Double the playback speed for a quick recap or to fit content into a shorter duration.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Speed up this video to 2x playback speed. Keep the audio pitch corrected."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/tutorial-video.mp4"
  }'
将播放速度翻倍,用于快速回顾或缩短内容时长。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Speed up this video to 2x playback speed. Keep the audio pitch corrected."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/tutorial-video.mp4"
  }'

2. Slow Motion 0.5x

2. 0.5倍速慢动作

Create a half-speed slow motion effect for emphasis and drama.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 0.5x slow motion version of this video. Apply frame interpolation for smooth playback without stuttering."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/action-clip.mp4"
  }'
创建半速慢动作效果,突出重点并营造戏剧感。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 0.5x slow motion version of this video. Apply frame interpolation for smooth playback without stuttering."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/action-clip.mp4"
  }'

3. Time-Lapse Effect (10x Speed)

3. 延时摄影效果(10倍速)

Transform regular footage into a time-lapse for showing long processes quickly.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 10x time-lapse effect from this video. This is footage of a sunset, compress the 30 minute recording into a 3 minute clip. Maintain smooth motion and remove audio."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/sunset-footage.mp4"
  }'
将普通素材转化为延时摄影,快速展示长时程过程。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 10x time-lapse effect from this video. This is footage of a sunset, compress the 30 minute recording into a 3 minute clip. Maintain smooth motion and remove audio."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/sunset-footage.mp4"
  }'

4. Smooth Slow Motion with Frame Interpolation

4. 帧插值实现流畅慢动作

Use AI frame interpolation to create buttery-smooth slow motion from standard 30fps footage.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a smooth 0.25x slow motion video using AI frame interpolation. The source is 30fps footage - interpolate to 120fps first, then slow down to 0.25x for silky smooth playback. This is a skateboard trick that needs to look cinematic."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/skateboard-trick.mp4"
  }'
使用AI帧插值,将标准30fps素材转化为丝滑流畅的慢动作。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a smooth 0.25x slow motion video using AI frame interpolation. The source is 30fps footage - interpolate to 120fps first, then slow down to 0.25x for silky smooth playback. This is a skateboard trick that needs to look cinematic."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/skateboard-trick.mp4"
  }'

5. Speed Ramp (Variable Speed)

5. 变速渐变(可变速度)

Create dynamic speed changes within a single clip - start slow, speed up, then slow down again.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Apply a speed ramp effect to this video: Start at 0.5x slow motion for the first 2 seconds (the jump), then ramp up to 2x speed for the middle section (the landing and walk), then back to 0.5x for the final trick. Create smooth transitions between speed changes."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/parkour-clip.mp4"
  }'
在单段剪辑内实现动态速度变化——先慢放,再加速,最后再次慢放。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Apply a speed ramp effect to this video: Start at 0.5x slow motion for the first 2 seconds (the jump), then ramp up to 2x speed for the middle section (the landing and walk), then back to 0.5x for the final trick. Create smooth transitions between speed changes."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/parkour-clip.mp4"
  }'

6. Reverse Video

6. 视频倒放

Play the video backwards for creative effects or reveals.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Reverse this video so it plays backwards. This is a glass breaking - I want to show it reassembling. Keep the audio reversed as well for the effect."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/glass-breaking.mp4"
  }'
反向播放视频,实现创意效果或揭秘场景。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Reverse this video so it plays backwards. This is a glass breaking - I want to show it reassembling. Keep the audio reversed as well for the effect."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/glass-breaking.mp4"
  }'

7. Hyperlapse Effect

7. 移动延时摄影效果

Create a stabilized, smooth hyperlapse from handheld footage with speed increase.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a hyperlapse effect from this walking footage. Speed up to 8x while applying stabilization and motion smoothing. This is a walk through a city street - make it look like a professional hyperlapse with smooth camera movement."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/city-walk.mp4"
  }'
从手持素材创建稳定、流畅的移动延时摄影并加速。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a hyperlapse effect from this walking footage. Speed up to 8x while applying stabilization and motion smoothing. This is a walk through a city street - make it look like a professional hyperlapse with smooth camera movement."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/city-walk.mp4"
  }'

8. Slow Motion Sports Highlight

8. 慢动作体育精彩瞬间

Create dramatic slow motion from sports footage with emphasis on key moments.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a slow motion sports highlight from this basketball footage. Apply 0.3x slow motion with frame interpolation for smooth playback. Focus on making the dunk look dramatic and cinematic. Output at 60fps for smooth viewing."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/basketball-dunk.mp4"
  }'
从体育素材创建戏剧化慢动作,突出关键时刻。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a slow motion sports highlight from this basketball footage. Apply 0.3x slow motion with frame interpolation for smooth playback. Focus on making the dunk look dramatic and cinematic. Output at 60fps for smooth viewing."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/basketball-dunk.mp4"
  }'

9. Fast Forward Boring Parts

9. 快进枯燥片段

Speed up specific sections while keeping others at normal speed.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "This is a cooking tutorial video. Speed up the waiting/cooking parts to 4x (like when the food is just sitting in the oven or boiling) but keep the active cooking instruction parts at normal 1x speed. Make the speed transitions smooth."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/cooking-tutorial.mp4"
  }'
加速特定片段,同时保持其他片段为正常速度。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "This is a cooking tutorial video. Speed up the waiting/cooking parts to 4x (like when the food is just sitting in the oven or boiling) but keep the active cooking instruction parts at normal 1x speed. Make the speed transitions smooth."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/cooking-tutorial.mp4"
  }'

10. Cinematic Slow-Mo with 60fps Output

10. 60fps输出的电影级慢动作

Create film-quality slow motion with high frame rate output for professional results.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a cinematic slow motion video at 0.4x speed. Use AI frame interpolation to generate smooth intermediate frames and output at 60fps. This is a fashion model walking on a runway - add slight motion blur for a filmic look. The result should look like it was shot with a high-speed camera."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/runway-walk.mp4"
  }'
创建高帧率输出的电影质感慢动作,实现专业级效果。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a cinematic slow motion video at 0.4x speed. Use AI frame interpolation to generate smooth intermediate frames and output at 60fps. This is a fashion model walking on a runway - add slight motion blur for a filmic look. The result should look like it was shot with a high-speed camera."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "video_url": "https://example.com/runway-walk.mp4"
  }'

Multi-Turn Speed Adjustment Workflow

多轮速度调整流程

Use
session_id
to iterate on speed adjustments:
bash
undefined
使用
session_id
迭代调整速度:
bash
undefined

Initial speed adjustment

初始速度调整

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a slow motion version of this video at 0.5x speed"}], "model": "eachsense/beta", "stream": true, "session_id": "speed-project-001", "video_url": "https://example.com/action-scene.mp4" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a slow motion version of this video at 0.5x speed"}], "model": "eachsense/beta", "stream": true, "session_id": "speed-project-001", "video_url": "https://example.com/action-scene.mp4" }'

Request further adjustment

请求进一步调整

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "The slow motion looks good but I want it even slower - make it 0.25x with frame interpolation for smoothness"}], "model": "eachsense/beta", "stream": true, "session_id": "speed-project-001" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "The slow motion looks good but I want it even slower - make it 0.25x with frame interpolation for smoothness"}], "model": "eachsense/beta", "stream": true, "session_id": "speed-project-001" }'

Add additional effect

添加额外效果

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Now add a speed ramp at the end - gradually speed up from 0.25x to 2x over the last 3 seconds"}], "model": "eachsense/beta", "stream": true, "session_id": "speed-project-001" }'
undefined
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Now add a speed ramp at the end - gradually speed up from 0.25x to 2x over the last 3 seconds"}], "model": "eachsense/beta", "stream": true, "session_id": "speed-project-001" }'
undefined

Best Practices

最佳实践

Slow Motion

慢动作

  • Source Frame Rate: Higher source FPS (60fps, 120fps) produces better slow motion
  • Frame Interpolation: Use AI interpolation for smooth results from 30fps sources
  • Output FPS: Request 60fps output for smooth playback on modern displays
  • Avoid Extreme Slow-Mo: Going below 0.25x may produce artifacts
  • 源帧率: 更高的源帧率(60fps、120fps)能生成更好的慢动作效果
  • 帧插值: 针对30fps源素材,使用AI插值实现流畅效果
  • 输出帧率: 请求60fps输出,适配现代显示器的流畅播放需求
  • 避免极致慢动作: 速度低于0.25x可能产生画面失真

Speed Up / Time-Lapse

加速/延时摄影

  • Audio Handling: Remove audio for extreme speed-ups (4x+) or use pitch correction
  • Motion Blur: Add slight motion blur for smoother fast-forward appearance
  • Stabilization: Apply stabilization for handheld footage before speed-up
  • 音频处理: 大幅加速(4x及以上)时建议移除音频,或使用音调校正
  • 运动模糊: 添加轻微运动模糊,提升快进画面的流畅感
  • 画面稳定: 加速前先对手持素材进行稳定处理

Speed Ramps

变速渐变

  • Smooth Transitions: Request gradual speed changes over 0.5-2 seconds
  • Mark Key Moments: Describe which parts should be slow vs fast
  • Audio Sync: Consider how speed changes affect audio/music sync
  • 平滑过渡: 请求在0.5-2秒内实现渐进式速度变化
  • 标记关键时刻: 明确描述哪些片段需要慢放、哪些需要加速
  • 音频同步: 考虑速度变化对音频/音乐同步的影响

Quality Tips

质量技巧

  • Mode Selection: Use
    max
    for final exports,
    eco
    for previews
  • Resolution: Higher resolution sources produce better results
  • Compression: Request high bitrate output for quality retention
  • 模式选择: 最终导出、客户交付品、作品集使用
    max
    模式,预览使用
    eco
    模式
  • 分辨率: 更高分辨率的源素材能生成更好的效果
  • 压缩设置: 请求高比特率输出,保留画面质量

Mode Selection

模式选择

ModeBest ForSpeedQuality
max
Final exports, client deliverables, portfolio workSlowerHighest
eco
Quick previews, testing speed values, draftsFasterGood
模式适用场景处理速度画质
max
最终导出、客户交付品、作品集较慢最高
eco
快速预览、测试速度参数、草稿较快良好

Prompt Tips for Speed Adjustment

速度调整提示词技巧

When requesting speed adjustments, include these details:
  1. Speed Factor: Specify exact multiplier (0.5x, 2x, 10x)
  2. Frame Interpolation: Request if needed for smooth slow motion
  3. Output FPS: Specify desired frame rate (30fps, 60fps, 120fps)
  4. Audio Handling: Keep, remove, pitch correct, or reverse
  5. Transitions: For speed ramps, describe how transitions should feel
  6. Quality Priority: Mention if smoothness or detail is more important
请求速度调整时,需包含以下细节:
  1. 速度系数: 指定精确的倍数(0.5x、2x、10x)
  2. 帧插值: 说明是否需要帧插值以实现流畅慢动作
  3. 输出帧率: 指定期望的帧率(30fps、60fps、120fps)
  4. 音频处理: 保留、移除、音调校正或倒放音频
  5. 过渡效果: 针对变速渐变,描述过渡的感受
  6. 质量优先级: 说明更看重流畅度还是细节

Example Prompt Structure

提示词结构示例

"[Speed effect] this video to [speed factor].
[Frame interpolation requirement].
Output at [fps] for [use case].
[Audio handling instruction].
[Additional quality requirements]."
"为该视频添加[速度效果],速度系数为[速度倍数]。
[帧插值需求]。
输出帧率为[fps],用于[使用场景]。
[音频处理说明]。
[额外质量要求]。"

Error Handling

错误处理

ErrorCauseSolution
Failed to create prediction: HTTP 422
Insufficient balanceTop up at eachlabs.ai
TimeoutLong video processingSet client timeout to minimum 10 minutes
Choppy slow motionNo frame interpolationRequest AI frame interpolation
Audio pitch issuesSpeed change without correctionRequest pitch correction or remove audio
错误原因解决方案
Failed to create prediction: HTTP 422
余额不足在eachlabs.ai充值
超时视频处理时长过长将客户端超时设置为至少10分钟
慢动作卡顿未使用帧插值请求AI帧插值
音频音调异常速度变化未进行校正请求音调校正或移除音频

Technical Notes

技术说明

  • Client Timeout: Set HTTP client timeout to minimum 10 minutes for video processing
  • Video Length: Longer videos take proportionally more time to process
  • Frame Interpolation: Adds processing time but dramatically improves slow motion quality
  • Maximum Speed: Practical range is 0.1x to 20x depending on source footage
  • 客户端超时: 将HTTP客户端超时设置为至少10分钟,以适配视频处理需求
  • 视频长度: 视频越长,处理时间相应越长
  • 帧插值: 会增加处理时间,但能显著提升慢动作质量
  • 最大速度范围: 根据源素材,实际适用范围为0.1x到20x

Related Skills

相关技能

  • each-sense
    - Core API documentation
  • video-stabilization
    - Stabilize shaky footage
  • video-editing
    - General video editing capabilities
  • video-generation
    - Generate new video content
  • each-sense
    - 核心API文档
  • video-stabilization
    - 稳定抖动素材
  • video-editing
    - 通用视频编辑能力
  • video-generation
    - 生成新视频内容