This project is written in python 3. Check if you have it by running this command in the Terminal.
python3 --version
If Terminal says this:
zsh: command not found: python3
instead of this something like this:
Python 3.8.3
you need to install python 3.
Check if you have Homebrew.
brew --version
If not, then install it by running:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
To install all of the needed dependencies, run this:
brew install ffmpeg
pip3 install scipy audiotsm pillow pydub opencv-python youtube_dl
This ususally takes about 5 minutes.
Wait for all the libraries to install and once that's done, close and reopen Terminal.
If you have git, then you can simply run:
git clone https://github.com/WyattBlue/auto-editor.git
to download the repo or download the zip version here.
Run
python3 auto-editor.py --help
to test it and if that runs successfully, then congratulations, you have successfully installed auto-editor. See the docs for more commands and usages.