Video Dark Mode to Light Mode Converter

Inspired by one of Cassidy’s live streams, I made this fun side project that can convert screen recordings where apps are in dark mode to light mode! I’m still unsure if FFmpeg can even run on a serverless function (doubtful, but experimenting with it), so this loads FFmpeg right in your browser using WASM and runs it client-side.

Code:

Live Demo on Vercel:
https://video-dark2light.vercel.app/

Let me know what you think!

3 Likes

This is awesome! You’re on :fire: with these projects :smiley:

2 Likes

We can give it a “like” here, “star” it on GitHub, and give it an upvote on Peerlist to show our support! :wink:

2 Likes

Update!
There’s now a ‘Fast Mode’ option which will convert videos in lower quality but at a much faster speed.
I also created a thumbnail for the GitHub repo and Peerlist :nail_care:

Video Dark to Light Mode GitHub Thumbnail

Soon, I’ll be adding support for devices which can’t do multi-threading. Non-multi-thread processing is much slower, but it’s better than nothing!

2 Likes