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: https://github.com/The-Best-Codes/video-dark2light-ffmpeg
Live Demo on Vercel: https://video-dark2light.vercel.app/
Let me know what you think!
