https://github.com/macielti/durepoxi
A simple CLI that makes easy to concatenate (glue together) videos for internet format (YouTube).
https://github.com/macielti/durepoxi
cli-app python video-processing
Last synced: 4 months ago
JSON representation
A simple CLI that makes easy to concatenate (glue together) videos for internet format (YouTube).
- Host: GitHub
- URL: https://github.com/macielti/durepoxi
- Owner: macielti
- Created: 2022-02-18T00:46:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T14:07:34.000Z (over 3 years ago)
- Last Synced: 2024-12-29T23:49:53.433Z (6 months ago)
- Topics: cli-app, python, video-processing
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Durepoxi

"Durepoxy is a thermosetting adhesive that hardens when epoxy resin is mixed with a catalytic agent, also
popularly called "hardener". After mixing the two components, the working time for applying the product and positioning
the parts to be glued begins."The idea for this CLI is to be an easy and simple way to concatenate videos for a format and resolution compatible with
YouTube.## How to use
```
usage: durepoxi.py [-h] --files FILES --output OUTPUToptional arguments:
-h, --help show this help message and exit
--files FILES Path to files separated by "|". Example: "0e4f7545-3503-4d8b-af3c-039b4ede241b.mp4|2f6f5e25-e86f-4b35-86a1-592e15fff5eb.mp4|20eb1ad5-e92d-4f7c-a860-f0e62490afc4.mp4"
--output OUTPUT Directory path to file where the file will be saved. Example: "/tmp/result.mp4"
```