Video2image converter is a wrapper built on top of ffmpeg module that convert a video to images at your desired FPS (30 FPS by default).
It uses Node.js to run the script. The script runs from a bash script that takes care of installing relevant dependencies and taking user's input.
- Just run the script and follow the instructions.
The results in destination folder as:
- Node
- Bash Scripting
- FFmpeg
Video2Image requires Node.js v8+ to run.
Install the dependencies and devDependencies and start the server.
$ ./script.sh
Want to contribute? Great! Feel free to open a PR.
- Write Tests
- Add more features
MIT