Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T13:58:03.000Z (over 5 years ago)
- Last Synced: 2024-10-11T05:44:44.697Z (3 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
[![Build Status](https://travis-ci.com/MohammadHasham/video-to-image.svg?token=EUrtqHr57kNq5QATEWNf&branch=master)](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
![Alt text](/images/script.png?raw=true "Bash Script")
The results in destination folder as:
![Alt text](/images/pics.png?raw=true "Result")
### 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 featuresLicense
----MIT