Skip to main content

Command line tools for quick video editing.

Project description

moviepy-cli

Moviepy-cli is designed to apply several video editing in a single command and
to be used as an alternative to video-cli.

Usage

moviepy --start 8 --retime 2 data/annotation.mp4
usage: moviepy [-h] [--start START] [--retime RETIME] [--inplace]
               [--output-file OUTPUT_FILE]
               input_file

positional arguments:
  input_file            input file

optional arguments:
  -h, --help            show this help message and exit
  --start START         start time (default: None)
  --retime RETIME       retime (default: None)
  --inplace             inplace (default: False)
  --output-file OUTPUT_FILE
                        output file (default: None)

Tips

# edit video files in 4 processes maximum
echo *.mp4 | xargs -n1 -P4 moviepy --start 8 --retime 2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

moviepy-cli-0.1.0.post1.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page