light mode screen recording ━━━━━━━━━━━━━━━━━━━━━━━━━━━ I saw this tip from Cassidoo and had to try it out for myself. I kicked on a screen recording right from where my terminal was, converted it, and it actually... Date: January 1, 2026 I saw this tip from Cassidoo <https://cassidoo.co/post/ffmpeg-dark-light/> and had to try it out for myself. I kicked on a screen recording right from where my terminal was, converted it, and it actually looks pretty good. [code] ffmpeg \ -i screenrecording-2026-01-01_10-10-49.mp4 \ -vf "negate,hue=h=180,eq=contrast=1.2:saturation=1.1" \ screenrecording-2026-01-01_10-10-49-light.mp4 Video: │ Dark Mode Video: │ Light Mode There are a few unsettling things about it, but overall I feel like it was a success.