https://github.com/muhammadhasham23/video2image
A wrapper on FFmpeg to convert a video to images
https://github.com/muhammadhasham23/video2image
bash bash-script chalk ffmpeg javascript linux mocha node nodejs
Last synced: 2 months ago
JSON representation
A wrapper on FFmpeg to convert a video to images
- Host: GitHub
- URL: https://github.com/muhammadhasham23/video2image
- Owner: MuhammadHasham23
- Created: 2019-08-06T14:35:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T13:58:03.000Z (over 6 years ago)
- Last Synced: 2025-01-05T05:09:11.068Z (12 months ago)
- Topics: bash, bash-script, chalk, ffmpeg, javascript, linux, mocha, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 21.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video2Image Converter
[](https://travis-ci.com/MohammadHasham/video-to-image)
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

The results in destination folder as:

### Tech
- Node
- Bash Scripting
- FFmpeg
### Environment
Video2Image requires [Node.js](https://nodejs.org/) v8+ to run.
Install the dependencies and devDependencies and start the server.
```sh
$ ./script.sh
```
### Development
Want to contribute? Great! Feel free to open a PR.
### Todos
- Write Tests
- Add more features
License
----
MIT