Video2image converter is a wrapper built on top of ffmpeg module that convert a video to images at your desired FPS Just run the script and follow the instructions.
I went on a vacations and after coming back realized that I had more videos than pictures captured.
I had to get pictures in hardcopy so I decided to make something on my own.
It is currently bash dependent. Just run the script and follow the instructions.
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.
All PR's/suggestions are welcomed.