video-quality-enhance

Comprehensive video quality enhancement (deblurring, denoising, frame interpolation, shadow brightening), automatically adapted for scenes such as portraits, concerts, anime, night scenes, and product showcases. Does not accept a target_resolution parameter; resolution upscaling and super-resolution requests are not handled by this command.

meitu video-quality-enhance

Usage Examples

# Basic quality enhancement (required parameters only)
meitu video-quality-enhance \
  --video_url ./sample.mp4 \
  --prompt "General video" \
  --json

# Specify scene type with result download
meitu video-quality-enhance \
  --video_url ./concert.mp4 \
  --prompt "Live concert footage" \
  --json \
  --download-dir ./output

Parameters

ParameterRequiredDescription
--video_urlYesType: string; the video to enhance
--promptYesType: string; video content description (e.g., general video, concert, anime, night scene, product showcase); use "General video" when unsure
--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