Skip to content

MuhammadHasham23/video2image

Repository files navigation

Video2Image Converter

Build Status

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.

Screenshots

Alt text

The results in destination folder as:

Alt text

Tech

  • Node
  • Bash Scripting
  • FFmpeg

Environment

Video2Image requires Node.js v8+ to run.

Install the dependencies and devDependencies and start the server.

$ ./script.sh

Development

Want to contribute? Great! Feel free to open a PR.

Todos

  • Write Tests
  • Add more features

License

MIT