- Clone this repo
- Add the
bin
folder andbin/timelapse
to your$PATH
- Install ffmpeg & ffmpeg-bar:
- MacOS: Run
brew install ffmpeg && sudo npm install --global ffmpeg-progressbar-cli
command in terminal - Ubuntu/Debian Linux: Run
sudo apt install ffmpeg && sudo npm install --global ffmpeg-progressbar-cli
command in terminal
- MacOS: Run
Add the bin folder to your $PATH, or call the bin by explicit full path. The scripts are named with friendly names.
Some have friendly usage help, other scripts still need this to be added; check the source for now.
See docs at https://ffmpeg.org/ffmpeg-filters.html and use your web-search skills to come up with more hepful scripts, or to maintain and improve existing scripts.