Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 426 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 426 Bytes

TutorialMaker

Creates tutorial videos from instruction files

Installation

  1. Install node if you haven't already

  2. Download ffmpeg for your OS.

  3. Unzip it to a folder of your choice.

  4. Add that folder to your PATH (Environment Variables)

  5. run npm install -g . to install globally

  6. Navigate to folder that has your script and images

  7. Run tutorial-maker

Uninstall

  1. Run npm uninstall -g tutorial-maker