Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deimoshall/compy-cli

Script to compress videos using ffmpeg
https://github.com/deimoshall/compy-cli

Last synced: 30 days ago
JSON representation

Script to compress videos using ffmpeg

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.