Skip to content

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

Notifications You must be signed in to change notification settings

donno2048/video2desmos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks