https://github.com/aubreypwd/zsh-plugin-cvideo
Function to compress any video quickly using ffmpeg.
https://github.com/aubreypwd/zsh-plugin-cvideo
Last synced: 3 months ago
JSON representation
Function to compress any video quickly using ffmpeg.
- Host: GitHub
- URL: https://github.com/aubreypwd/zsh-plugin-cvideo
- Owner: aubreypwd
- License: mit
- Created: 2020-10-01T18:57:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T19:49:06.000Z (over 3 years ago)
- Last Synced: 2025-02-16T07:13:30.799Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - cvideo - Quickly compress video with `ffmpeg`. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - cvideo - Quickly compress video with `ffmpeg`. (Plugins / ZSH on Windows)
README
# `cvideo`
Quickly compress a video using `ffmpeg`.
## Usage
```bash
cvideo
```
## Requires
- `ffmpeg`
If you have https://github.com/aubreypwd/zsh-plugin-require and [homebrew](https://brew.sh) installed, we'll take care of installing dependancies.
## Install
Using [antigen](https://github.com/zsh-users/antigen):
```bash
antigen bundle aubreypwd/zsh-plugin-cvideo@1.0.0
```
## Development
Install the package on `master`:
```bash
antigen bundle ssh://git@github.com/aubreypwd/zsh-plugin-cvideo
```
...and contribute upstream by working in `$HOME/.antigen/bundles/aubreypwd/zsh-plugin-video`.
---
## Changelog
Releases beyond these were moved to Github releases.
### 1.0.2
- Don't bail if, ultimately, `ffmpeg` is not found
### 1.0.1
- Tries to automatically install `ffmpeg` for you if you are using `antigen` method using `brew`
### 1.0.0
- First version