slidegen
Generates a slide deck from the given video(s).
Installation
-
Make sure FFmpeg is installed. See Download FFmpeg for more information.
-
Install using
npm i -g slidegen
. Alternatively, you can usenpx
to run without installing globally.
Usage
First, create a config file with the list of videos.
videos: - src: "video.mp4" start: 2 end: 4 notes: "Some notes" - src: "video.mp4" start: "1:20" end: "1:23" notes: "Hello,\nworld!"
Then run slidegen
.
npx slidegen -c config.yaml -o output.key