0.1.1 • Published 5 years ago

slidegen v0.1.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

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