Command line tools for quick video editing.
Project description
Video-cli is made aiming at editing video with a one-line command on a terminal. You can do more detailed video editing using other Python tools (e.g., MoviePy) and GUI video editors (e.g., iMovie), which is not the goal of this tool.
Installation
pip install video-cli
Commands
video-retime
: Video Retiming (Speed Up/Down)
video-retime data/2018-11-02_14-44-14.mp4 --retime 2
video-retime data/2018-11-02_14-44-14.mp4 --retime 2 --inplace
video-togif
: Create a GIF
video-togif data/2018-11-02_14-44-14.mp4 --fps 2 --duration 5
video-togif data/2018-11-02_14-44-14.mp4 --fps 2 --duration 5 --resize 0.5
video-trim
: Video Triming
video-trim data/2018-11-02_14-44-14.mp4 --start 3 --duration 5
video-tile
: Video Tiling
video-tile data/2018-11-02_14-44-14.mp4 data/2018-11-02_14-44-14.mp4 --shape 1x2 -o tile.mp4
video-toimg
: Convert a Video to Images
video-toimg data/2018-11-02_14-44-14.mp4 --rate 10 --start 3 --duration 10
video-tovideo
: Convert to Video
video-tovideo data/2018-11-02_14-44-14.mp4
video-resize
: Video Resizing
video-resize data/2018-11-02_14-44-14.mp4 --scale 0.5
video-fromimg
: Create a Video from Images
video-toimg data/2018-11-02_14-44-14.mp4
video-fromimg --input-files "data/2018-11-02_14-44-14/*.jpg" --fps 30 out.mp4
video-crop
: Crop a region of a Video
video-crop data/2018-11-02_14-44-14.mp4
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
video-cli-1.2.0.tar.gz
(8.2 kB
view details)
File details
Details for the file video-cli-1.2.0.tar.gz
.
File metadata
- Download URL: video-cli-1.2.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a8fccc42194fcbdc5074c1989d7a44a285c884e650cbc05f9c86fe0f9c72353 |
|
MD5 | c03f0b605ccc1ad724607a8613bba5ee |
|
BLAKE2b-256 | dcd058c3d5c37ce42b59bdb7c89d45ef83f80054cb1d4441025f8fd4cf6e6f98 |