Batch Video Low-Light Enhancement

Batch recover shadow details, brighten dark footage, and adjust highlight-shadow balance for improved visibility in low-light environments.

meitu batch video-lowlight-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 (direct flags only)
meitu batch video-lowlight-enhance \
  --input-dir ./dark-videos \
  --output-dir ./bright \
  --json

Parameter Reference

ParameterRequiredDescription
--input-dirYesInput directory, recursively scan for video files
--output-dirYesOutput directory
--configNoPath to YAML/JSON config file
--concurrencyNoType: number; Default: 3; Number of parallel tasks (recommended 1-2 for videos)
--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-nameNoServer-side skill identifier

Notes

  • This command only supports directory scan mode (direct flags only)
  • No additional parameters needed; it processes all videos in the input directory directly
  • Videos with normal lighting may appear over-brightened after processing