← All models
Use the capabilities of lightx to relight and recamera your videos.
Example
Details
- Accepts
- video
Pricing
- Price
- 12.5 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| mode | stringenum: gradual, bullet, direct, dolly-zoom | Camera motion mode. |
| seed | — | Random seed for reproducibility. If None, a random seed is chosen. |
| camera | stringenum: traj, target | Camera control mode. |
| prompt | — | Optional text prompt. If omitted, Light-X will auto-caption the video. |
| video_urlrequired | string | URL of the input video. |
| trajectory | — | Camera trajectory parameters (required for recamera mode). |
| target_pose | — | Target camera pose [theta, phi, radius, x, y] (required when camera='target'). |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| video | — | The generated video file. |
| viz_video | — | Optional: visualization/debug video (if produced by the pipeline). |
| input_video | — | Optional: normalized/processed input video (if produced by the pipeline). |