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 ./output

Parameters

ParameterRequiredDescription
--video_urlYesType: string; the low-light video to brighten
--download-dirNoType: string; downloads result files to the specified local directory
--outputNoType: string[]; specifies output file paths, mapped in order to data.result.urls
--jsonNoOutputs results in JSON format for script or agent parsing