video-resolution-upscale

Dedicated video resolution super-resolution. Target resolutions are 720P, 1080P, 2K, or 4K. This command performs pixel-level reconstruction only and does not include quality enhancement. The target resolution must be explicitly provided by the user (no default value) and must be higher than the original resolution. When the user has not specified a specific value, prompt them to choose.

meitu video-resolution-upscale

Usage Examples

# Upscale to 1080P (required parameters only)
meitu video-resolution-upscale \
  --video_url ./sample.mp4 \
  --target_resolution 1080P \
  --json

# Upscale to 4K with result download
meitu video-resolution-upscale \
  --video_url ./sample.mp4 \
  --target_resolution 4K \
  --json \
  --download-dir ./output

Parameters

ParameterRequiredDescription
--video_urlYesType: string; the video to upscale
--target_resolutionYesType: string; target resolution, must be explicitly specified (no default); options: 720P / 1080P / 2K / 4K; must be higher than the original resolution
--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