video-lowlight-enhance
Recovers shadow detail and brightens low-light video. This feature does not require a prompt parameter. Note: processing a normally lit video may result in overexposure.
meitu video-lowlight-enhance
Usage Examples
# Basic low-light enhancement (required parameters only)
meitu video-lowlight-enhance \
--video_url ./dark_video.mp4 \
--json
# Full parameters with result download
meitu video-lowlight-enhance \
--video_url ./dark_video.mp4 \
--json \
--download-dir ./outputParameters
| Parameter | Required | Description |
|---|---|---|
--video_url | Yes | Type: string; the low-light video to brighten |
--download-dir | No | Type: string; downloads result files to the specified local directory |
--output | No | Type: string[]; specifies output file paths, mapped in order to data.result.urls |
--json | No | Outputs results in JSON format for script or agent parsing |