- Python 2.7
python run.py
- Verbose:
python run.py --verbose
- FFMPEG path:
python run.py --ffmpeg <path_to_ffmpeg>
- Verbose:
- Output will be saved to the
output/
directory.
- Add new images to test by adding them to the
media/
directory. - Add new tests by modifying the
TESTS
array in therun.py
file.