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
| #!/bin/bash | |
| # | |
| # frame-recording.sh β turn a screen recording into a clean, Twitter-ready clip: | |
| # native resolution kept, square off-white frame, rounded corners, smooth playback. | |
| # | |
| # ββ Setup (once) βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # 1. Install ffmpeg: brew install ffmpeg | |
| # 2. Save this file, then make it runnable: chmod +x frame-recording.sh | |
| # | |
| # ββ Use ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |