What problem does it solve?
This Skill addresses the complexity of professional video color grading, enabling users to apply cinematic looks and corrections efficiently, regardless of their expertise in post-production.
Core Features & Use Cases
- Professional Color Grading: Apply professional color corrections and grades with a focus on cinematic looks.
- Film Emulations: Simulate classic film stocks and enhance videos with a rich, timeless appearance.
- Style Development: Create various visual styles like cinematic monochrome or bright and airy tones.
- Quick Start: Integrate this skill into your pipeline for immediate, consistent results.
Quick Start
Grade a video with the following API call:
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 cinematic color grade to this video."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max",
"video_urls": ["https://example.com/my-video.mp4"]
}'