This project is written in python 3. Check if you have it by running this command in Command Prompt.
python --version
If Command Prompt says this:
command not found: python
or this:
Python 2.7.16
you need to install python 3.
Check if you have ffmpeg.
ffmpeg -h
If not then follow this guide. Unfortunately, it seems that you cannot install ffmpeg with the path correctly set with only commands. If you know how to do that, please show how in an issue.
To install all of the needed dependencies, run this:
pip3 install scipy audiotsm pillow pydub opencv-python youtube_dl
Wait for all the libraries to install and once that's done, close and reopen Command Prompt
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
python 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.