Use this npm package to turn any video into a "desmos slideshow"
sudo apt update
sudo apt install nodejs npm ffmpeg -y
npm i
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