← All models
Use tlightx capabilities 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 |
|---|---|---|
| seed | — | Random seed for reproducibility. If None, a random seed is chosen. |
| prompt | — | Optional text prompt. If omitted, Light-X will auto-caption the video. |
| ref_id | integer | Frame index to use as reference to relight the video with reference. Must be less than the number of generated frames (default 49). |
| video_urlrequired | string | URL of the input video. |
| relit_cond_type | stringenum: ic, ref, hdr, bg | Relight condition type. |
| relight_parameters | — | Relighting parameters (required for relight_condition_type='ic'). Not used for 'bg' (which expects a background image URL instead). |
| relit_cond_img_url | — | URL of conditioning image. Required for relight_condition_type='ref'/'hdr'. Also required for relight_condition_type='bg' (background image). |
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). |