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.
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
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!