Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eligundry/video-slideshow-generator
https://github.com/eligundry/video-slideshow-generator
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eligundry/video-slideshow-generator
- Owner: eligundry
- Created: 2013-05-28T17:30:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T17:35:24.000Z (over 11 years ago)
- Last Synced: 2024-11-05T22:16:14.898Z (3 months ago)
- Language: Shell
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Slideshow Generator
A simple bash script that will generate a slideshow from a folder of images.
## Requirements
* [FFMPEG](http://www.ffmpeg.org/) - Latest version is needed!
## Usage
```shell
$ ./generator.sh [input-image-folder] [output-video-name] [slide-duration]
```## Arguments
* __Input Image Folder__ - The folder of images you want to use
* __Output Video Name__ - The specified name and location of the generated video
* __Slide Duration__ - Optional arguement specifing how long each picture should
be shown. Defaults to 2 images every second.