1.0.1 • Published 7 years ago
video-to-images v1.0.1
video-to-images
This project uses ffmpeg-static (static binaries of ffmpeg) and is thus licensed under GPL.
Setup (in ./)
Install NodeJS
Fetch dependencies
npm installDev (in ./)
Typescript builds are automatic and watch for file changes:
npm run buildor run this to build only once:
npm run buildOnceBuilding, Linting, Formatting, Testing:
npm testContribution
- use
git pull --rebasein favor of regular pull, i recommend configuring it globally via:git config --global pull.rebase true