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 ./outputParameters
| Parameter | Required | Description |
|---|---|---|
--video_url | Yes | Type: string; the video to enhance |
--prompt | Yes | Type: string; video content description (e.g., general video, concert, anime, night scene, product showcase); use "General video" when unsure |
--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 |