Batch Video Effect Apply

Apply creative effects to existing videos or images in batch, supporting preset effects, AI creativity, and long-video style transfer.

meitu batch video-effect-apply

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

Usage Examples

# Config file mode (config file required)
meitu batch video-effect-apply \
  --config ./batch.video-effect-apply.yaml \
  --output-dir ./effect \
  --json

Config File Example

version: 1
defaults:
  outputDir: ./effect
items:
  - input: ./videos/video1.mp4
    prompt: Convert to anime style
  - input: ./images/photo1.jpg
    prompt: AI creative generation with dynamic effects

Parameter Reference

ParameterRequiredDescription
--output-dirYesOutput directory
--configYesPath to YAML/JSON config file (config file required)
--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