Skip to content

Instantly share code, notes, and snippets.

@mccaffers
Last active April 4, 2025 19:16
Show Gist options
  • Select an option

  • Save mccaffers/2b50efa9763c95fed805b42220bcdb33 to your computer and use it in GitHub Desktop.

Select an option

Save mccaffers/2b50efa9763c95fed805b42220bcdb33 to your computer and use it in GitHub Desktop.
ffmpeg commands to convert simulator recorded video for iCloud Developer upload
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