https://github.com/deimoshall/compy-cli
Script to compress videos using ffmpeg
https://github.com/deimoshall/compy-cli
Last synced: 3 months ago
JSON representation
Script to compress videos using ffmpeg
- Host: GitHub
- URL: https://github.com/deimoshall/compy-cli
- Owner: DeimosHall
- License: mit
- Created: 2023-07-18T22:41:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T19:30:44.000Z (11 months ago)
- Last Synced: 2025-02-08T02:22:07.171Z (5 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# compy-cli
A command line interface to compress video files using ffmpeg.
## Usage
You can specify the input and output files as arguments:
```bash
compy-cli [options]
```Or you can specify only the input file. In this case, the output file will be the same as the input file, but with the `compressed` suffix:
```bash
compy-cli [options]
```## Examples
```bash
compy-cli video.mp4 compressed.mp4
``````bash
compy-cli video.mp4
```## Options
| Option | Description |
| --- | --- |
| `-h, --help` | output usage information |
| `-V, --version` | output the version number |
| `-v, --verbose` | verbose output |## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.