Loading...
Loading...
Compare original and translation side by side
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": "Denoise this video, reduce the grain while keeping details sharp",
"mode": "max",
"video_urls": ["https://example.com/noisy-video.mp4"]
}'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": "Denoise this video, reduce the grain while keeping details sharp",
"mode": "max",
"video_urls": ["https://example.com/noisy-video.mp4"]
}'| Parameter | Description | Use Case |
|---|---|---|
| Strength | How aggressively to remove noise | Light for subtle cleanup, heavy for very noisy footage |
| Detail Preservation | Balance between smoothing and sharpness | Higher for footage with important textures |
| Temporal Consistency | Reduce flickering between frames | Essential for video to avoid artifacts |
| Color Denoising | Clean chroma noise separately | Useful for high ISO color noise |
| 参数 | 描述 | 适用场景 |
|---|---|---|
| 强度 | 降噪的激进程度 | 轻度适用于细微清理,重度适用于噪点极多的视频素材 |
| 细节保留 | 画面平滑与锐度的平衡 | 数值越高越适合保留重要纹理的视频素材 |
| 时间一致性 | 减少帧间闪烁 | 对视频至关重要,可避免产生伪影 |
| 色彩降噪 | 单独清理色度噪点 | 适用于高ISO产生的色彩噪点 |
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": "This video was shot in very low light conditions. Please denoise it while maintaining natural skin tones and avoiding the plastic look. Keep the atmospheric mood but reduce the heavy grain.",
"mode": "max",
"video_urls": ["https://example.com/low-light-indoor.mp4"]
}'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": "This video was shot in very low light conditions. Please denoise it while maintaining natural skin tones and avoiding the plastic look. Keep the atmospheric mood but reduce the heavy grain.",
"mode": "max",
"video_urls": ["https://example.com/low-light-indoor.mp4"]
}'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": "Remove the high ISO digital noise from this video. It was shot at ISO 12800 and has significant luminance and color noise. Clean it up while preserving edge details and facial features.",
"mode": "max",
"video_urls": ["https://example.com/high-iso-concert.mp4"]
}'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": "Remove the high ISO digital noise from this video. It was shot at ISO 12800 and has significant luminance and color noise. Clean it up while preserving edge details and facial features.",
"mode": "max",
"video_urls": ["https://example.com/high-iso-concert.mp4"]
}'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": "Enhance this security camera footage. Reduce the noise and compression artifacts, improve clarity so faces and license plates are more readable. The footage is from a night vision camera.",
"mode": "max",
"video_urls": ["https://example.com/security-cam-footage.mp4"]
}'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": "Enhance this security camera footage. Reduce the noise and compression artifacts, improve clarity so faces and license plates are more readable. The footage is from a night vision camera.",
"mode": "max",
"video_urls": ["https://example.com/security-cam-footage.mp4"]
}'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": "Restore this old family video from the 90s. Remove the tape noise, reduce flickering, clean up the color bleeding, and improve overall clarity. Keep it looking natural, not overly processed.",
"mode": "max",
"video_urls": ["https://example.com/vhs-family-video.mp4"]
}'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": "Restore this old family video from the 90s. Remove the tape noise, reduce flickering, clean up the color bleeding, and improve overall clarity. Keep it looking natural, not overly processed.",
"mode": "max",
"video_urls": ["https://example.com/vhs-family-video.mp4"]
}'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": "Improve this webcam recording quality. It has noise from the small sensor and poor lighting. Denoise the footage, reduce the graininess, and make the speaker look clearer for a professional presentation.",
"mode": "max",
"video_urls": ["https://example.com/zoom-recording.mp4"]
}'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": "Improve this webcam recording quality. It has noise from the small sensor and poor lighting. Denoise the footage, reduce the graininess, and make the speaker look clearer for a professional presentation.",
"mode": "max",
"video_urls": ["https://example.com/zoom-recording.mp4"]
}'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": "Clean up this night mode video shot on a smartphone. Remove the excessive noise reduction artifacts, smooth out the blotchy areas, and fix the color noise in the shadows while keeping highlights intact.",
"mode": "max",
"video_urls": ["https://example.com/iphone-night-mode.mp4"]
}'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": "Clean up this night mode video shot on a smartphone. Remove the excessive noise reduction artifacts, smooth out the blotchy areas, and fix the color noise in the shadows while keeping highlights intact.",
"mode": "max",
"video_urls": ["https://example.com/iphone-night-mode.mp4"]
}'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": "Remove compression artifacts from this video. It was heavily compressed and has visible blocking, banding, and mosquito noise around edges. Clean it up to look like higher quality footage.",
"mode": "max",
"video_urls": ["https://example.com/compressed-video.mp4"]
}'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": "Remove compression artifacts from this video. It was heavily compressed and has visible blocking, banding, and mosquito noise around edges. Clean it up to look like higher quality footage.",
"mode": "max",
"video_urls": ["https://example.com/compressed-video.mp4"]
}'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": "Remove the film grain from this scanned 16mm footage. I want a clean digital look without the organic grain texture. Preserve the original colors and contrast but give it a smooth modern appearance.",
"mode": "max",
"video_urls": ["https://example.com/16mm-film-scan.mp4"]
}'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": "Remove the film grain from this scanned 16mm footage. I want a clean digital look without the organic grain texture. Preserve the original colors and contrast but give it a smooth modern appearance.",
"mode": "max",
"video_urls": ["https://example.com/16mm-film-scan.mp4"]
}'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": "Denoise this nature documentary footage. It has noise from shooting at dusk. Important: preserve fine details like animal fur texture, feather patterns, and grass blades. Only remove noise, do not smooth out real textures.",
"mode": "max",
"video_urls": ["https://example.com/wildlife-footage.mp4"]
}'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": "Denoise this nature documentary footage. It has noise from shooting at dusk. Important: preserve fine details like animal fur texture, feather patterns, and grass blades. Only remove noise, do not smooth out real textures.",
"mode": "max",
"video_urls": ["https://example.com/wildlife-footage.mp4"]
}'undefinedundefinedundefinedundefined"Denoise this [source type] video.
The noise is caused by [reason - low light/high ISO/compression].
Priority: preserve [important details like faces, text, textures].
Remove [specific noise types] while keeping [what to preserve].
[Any additional requirements]""对这段[素材类型]视频进行降噪。
噪点由[原因:弱光/高ISO/压缩]导致。
优先级:保留[重要细节如人脸、文字、纹理]。
去除[特定噪点类型],同时保留[需要保留的内容]。
[其他附加要求]"| Mode | Best For | Speed | Quality |
|---|---|---|---|
| Final deliverables, client work, important footage | Slower | Highest |
| Quick previews, test runs, bulk processing drafts | Faster | Good |
| 模式 | 最佳适用场景 | 速度 | 画质 |
|---|---|---|---|
| 最终交付内容、客户项目、重要视频素材 | 较慢 | 最高 |
| 快速预览、测试运行、批量处理草稿 | 较快 | 良好 |
session_idundefinedsession_idundefinedundefinedundefined| Error | Cause | Solution |
|---|---|---|
| Insufficient balance | Top up at eachlabs.ai |
| Timeout | Video processing takes time | Set client timeout to minimum 10 minutes |
| Unsupported format | Codec not supported | Convert to MP4 H.264 before processing |
| File too large | Video exceeds size limits | Split into shorter segments |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 余额不足 | 在eachlabs.ai进行充值 |
| 超时 | 视频处理耗时较长 | 将客户端超时时间设置为至少10分钟 |
| 格式不支持 | 编码格式未兼容 | 处理前转换为MP4 H.264格式 |
| 文件过大 | 视频超出大小限制 | 将视频分割为较短片段 |
each-sensevideo-upscalingvideo-enhancementvideo-stabilizationeach-sensevideo-upscalingvideo-enhancementvideo-stabilization