Skip to content

Instantly share code, notes, and snippets.

@oze4
Last active February 11, 2022 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oze4/517f911a566c62e81207c19024d82cd5 to your computer and use it in GitHub Desktop.
Save oze4/517f911a566c62e81207c19024d82cd5 to your computer and use it in GitHub Desktop.
record screen on mac osx monterrey via ffmpeg
#!/bin/bash
ffmpeg -f avfoundation -capture_cursor "1" -i "1" -pix_fmt yuv420p -r 25 out.mp4
# CAPTURE CURSOR SHOULD BE SAME AS SCREEN INDEX
# USE THIS TO GET SCREEN INDEX: `ffmpeg -f avfoundation -list_devices true -i ""`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment