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

https://github.com/arpith/slides2video

Go script to create a video from slides and audio using ffmpeg
https://github.com/arpith/slides2video

Last synced: 27 days ago
JSON representation

Go script to create a video from slides and audio using ffmpeg

Awesome Lists containing this project

README

          

# slides2video
Go script to create a video from slides and audio using ffmpeg.

## Usage
Create a file called timestamps.txt with each line looking like "timestamp imagePath" (no quotes, timestamp in milliseconds).

This script creates a video for each slide[1] then concatenates them[2] and finally adds the audio[3] [encoding with libfdk_aac[4]] to create finalVideo.mp4

[1] http://trac.ffmpeg.org/wiki/Create%20a%20video%20slideshow%20from%20images

[2] http://trac.ffmpeg.org/wiki/Concatenate

[3] http://stackoverflow.com/questions/11779490/ffmpeg-how-to-add-new-audio-not-mixing-in-video

[4] https://trac.ffmpeg.org/wiki/Encode/AAC