Loading...
Loading...
Compare original and translation side by side
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"
}'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"
}'| Effect | Speed Factor | Use Case |
|---|---|---|
| Extreme Slow-Mo | 0.25x | Sports highlights, action details |
| Slow Motion | 0.5x | Dramatic moments, product reveals |
| Slight Slow | 0.75x | Subtle emphasis |
| Normal | 1x | Original speed |
| Slight Fast | 1.5x | Skip boring parts |
| Fast Forward | 2x | Quick overview |
| Very Fast | 4x | Process summaries |
| Time-Lapse | 10x-20x | Construction, cooking, travel |
| 效果 | 速度系数 | 使用场景 |
|---|---|---|
| 极致慢动作 | 0.25x | 体育精彩瞬间、动作细节 |
| 慢动作 | 0.5x | 戏剧化时刻、产品展示 |
| 轻微减速 | 0.75x | 微妙强调 |
| 正常速度 | 1x | 原始速度 |
| 轻微加速 | 1.5x | 跳过枯燥片段 |
| 快进 | 2x | 快速概览 |
| 大幅加速 | 4x | 流程总结 |
| 延时摄影 | 10x-20x | 建筑施工、烹饪、旅行 |
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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'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"
}'session_idundefinedsession_idundefinedundefinedundefinedmaxecomaxeco| Mode | Best For | Speed | Quality |
|---|---|---|---|
| Final exports, client deliverables, portfolio work | Slower | Highest |
| Quick previews, testing speed values, drafts | Faster | Good |
| 模式 | 适用场景 | 处理速度 | 画质 |
|---|---|---|---|
| 最终导出、客户交付品、作品集 | 较慢 | 最高 |
| 快速预览、测试速度参数、草稿 | 较快 | 良好 |
"[Speed effect] this video to [speed factor].
[Frame interpolation requirement].
Output at [fps] for [use case].
[Audio handling instruction].
[Additional quality requirements].""为该视频添加[速度效果],速度系数为[速度倍数]。
[帧插值需求]。
输出帧率为[fps],用于[使用场景]。
[音频处理说明]。
[额外质量要求]。"| Error | Cause | Solution |
|---|---|---|
| Insufficient balance | Top up at eachlabs.ai |
| Timeout | Long video processing | Set client timeout to minimum 10 minutes |
| Choppy slow motion | No frame interpolation | Request AI frame interpolation |
| Audio pitch issues | Speed change without correction | Request pitch correction or remove audio |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 余额不足 | 在eachlabs.ai充值 |
| 超时 | 视频处理时长过长 | 将客户端超时设置为至少10分钟 |
| 慢动作卡顿 | 未使用帧插值 | 请求AI帧插值 |
| 音频音调异常 | 速度变化未进行校正 | 请求音调校正或移除音频 |
each-sensevideo-stabilizationvideo-editingvideo-generationeach-sensevideo-stabilizationvideo-editingvideo-generation