slidegen

slidegen generates presentation slides from videos

Usage no npm install needed!

<script type="module">
  import slidegen from 'https://cdn.skypack.dev/slidegen';
</script>

README

slidegen

Generates a slide deck from the given video(s).

Installation

  1. Make sure FFmpeg is installed. See Download FFmpeg for more information.

  2. Install using npm i -g slidegen. Alternatively, you can use npx 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