Skip to content

Instantly share code, notes, and snippets.

@rdundon
Last active April 18, 2025 15:16
Show Gist options
  • Save rdundon/83ec2c4b71464cf20d324b355df73fbe to your computer and use it in GitHub Desktop.
Save rdundon/83ec2c4b71464cf20d324b355df73fbe to your computer and use it in GitHub Desktop.
Convert MacOS screen recordings in Quicktime to smaller MP4s via CLI
# A quick way to convert MacOS screen recordings in Quicktime to smaller MP4s
ffmpeg -i input.mov -vcodec h264 -crf 28 -acodec aac output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment