slidegen

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i slidegen

Weekly Downloads

1

Version

0.1.1

License

Apache-2.0

Unpacked Size

69.1 kB

Total Files

11

Last publish

Collaborators

  • fstanis