| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To run this:
$ python concatenate_video.py --help
Output:
usage: concatenate_video.py [-h] [-c CLIPS [CLIPS ...]] [-r REDUCE] [-o OUTPUT]
Simple Video Concatenation script in Python with MoviePy Library
optional arguments:
-h, --help show this help message and exit
-c CLIPS [CLIPS ...], --clips CLIPS [CLIPS ...]
List of audio or video clip paths
-r REDUCE, --reduce REDUCE
Whether to use the `reduce` method to reduce to the lowest quality on the resulting clip
-o OUTPUT, --output OUTPUT
Output file name
$ python concatenate_video.py -c zoo.mp4 directed-by-robert.mp4 -o output.mp4
| Back | FazBrowse Home | New Git URL |