Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 367 Bytes

File metadata and controls

12 lines (10 loc) · 367 Bytes

Requirements

  • Python 2.7

Running

  • python run.py
    • Verbose: python run.py --verbose
    • FFMPEG path: python run.py --ffmpeg <path_to_ffmpeg>
  • Output will be saved to the output/ directory.

Adding more tests

  • Add new images to test by adding them to the media/ directory.
  • Add new tests by modifying the TESTS array in the run.py file.