Last active
September 18, 2025 04:57
-
-
Save spro/7599415b0e47de65311557b3454771aa to your computer and use it in GitHub Desktop.
Unscreenshottable screenshotted
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -i 'Screen Recording 2025-09-17 at 9.37.00 PM.mov' -vsync vfr frames/frame_%04d.png | |
| magick frames/*.png -evaluate-sequence mean output.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
