cvideo
April 19, 2022 ยท View on GitHub
Quickly compress a video using ffmpeg.
Usage
cvideo <video-file>
Requires
ffmpeg
If you have https://github.com/aubreypwd/zsh-plugin-require and homebrew installed, we'll take care of installing dependancies.
Install
Using antigen:
antigen bundle aubreypwd/zsh-plugin-cvideo@1.0.0
Development
Install the package on master:
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,
ffmpegis not found
1.0.1
- Tries to automatically install
ffmpegfor you if you are usingantigenmethod usingbrew
1.0.0
- First version