Batch Video Denoise & Enhance

Remove grain, color blocking, and motion noise from videos in batch while preserving detail.

meitu batch video-denoise-enhance

Note: Batch processing is available from meitu-cli v2.1.1 onward. Please upgrade if you're on an older version.

Usage Examples

# Directory scan mode (directory scanning only)
meitu batch video-denoise-enhance \
  --input-dir ./noisy-videos \
  --output-dir ./clean \
  --json

Parameter Reference

ParameterRequiredDescription
--input-dirYesInput directory, recursively scans for video files
--output-dirYesOutput directory
--configNoPath to YAML/JSON config file
--concurrencyNoType: number; Default: 3; Number of parallel tasks (recommend 1-2 for video)
--max-retriesNoType: number; Default: 0; Number of retries on failure
--skip-existNoSkip existing output files
--dry-runNoPreview the plan without executing
--no-progressNoDisable per-task progress logging
--jsonNoOutput results in JSON format
--json-outputNoWrite results to a specified JSON file
--skill-nameNoSkill name for server-side attribution

Notes

  • This command only supports directory scan mode (direct flags only)
  • No additional parameters required; all videos in the input directory are processed directly
  • Videos with heavier noise will show more noticeable improvement