Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 774 Bytes

File metadata and controls

23 lines (22 loc) · 774 Bytes

image

Make sure you have Python, ffmpeg and ffprobe in PATH or the MediaAutomationScripts folder

Development

To clone the repo, run the following command as this repo uses git submodules

git clone --recurse-submodules https://github.com/Kidsnd274/VerifyVideoGUI

or if you have already cloned the repo, run the following commands in the repo directory

git submodule init 
git submodule update

To create the Python virtual environment, run the following command:

python -m venv venv
.\venv\Scripts\activate.bat
pip install -r requirements.txt

Once you're in the virtual environment, to run the program just use this command:

python main.py