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
- Host: GitHub
- URL: https://github.com/arpith/slides2video
- Owner: arpith
- License: mit
- Created: 2015-01-20T11:06:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T13:31:23.000Z (over 11 years ago)
- Last Synced: 2025-01-08T05:13:22.215Z (over 1 year ago)
- Language: Go
- Size: 37.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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