View Project
Inspired by a similar project on one of Cassidy's Livestreams (twitch.tv/github), this app converts a video from dark mode to light mode using FFmpeg right in your browser!
It uses FFmpeg and WASM, which allows the browser to run non-JS code client side.
You can find the demo here:
https://video-dark2light.vercel.app/
And the project is open-source here, feel free to star and fork!