Last active
April 4, 2025 19:16
-
-
Save mccaffers/2b50efa9763c95fed805b42220bcdb33 to your computer and use it in GitHub Desktop.
ffmpeg commands to convert simulator recorded video for iCloud Developer upload
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 ./sim2.mp4 -crf 28 -an simrecording.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment