/video2desmos

Use this npm package to turn any video into a "desmos slideshow"

Primary LanguageJavaScript

video2desmos

Use this npm package to turn any video into a "desmos slideshow"

Setup

Install nodejs, npm and ffmpeg

sudo apt update
sudo apt install nodejs npm ffmpeg -y

Install node packages

npm i

Usage

Put in.mp4 in this folder, then run:

npm run-script setup

Then when you want to run the server run:

npm start

(The first run will be very slow)

Before you use another mp4 file you should run:

npm run-script clear