This is a basic JavaScript application which takes a random screenshot of one or more mp4 files saved to the domain locally
- Download the repository using git clone or by downloading and extracting the Zip file
- Install dependencies with
npm install
- Download or move mp4 files into the public folder (App won't work if videos are saved in folders above)
- If there are multiple mp4 files make sure they are numbered appropriately with no spaces between name and number (video1.mp4, video2.mp4, ect)
- Configure random image parameters path, epMax, epMin, timeMax, and timeMin contained in index.html file
- Run application using
npm start