Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eligundry/video-slideshow-generator


https://github.com/eligundry/video-slideshow-generator

Last synced: 28 days ago
JSON representation

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.