Skip to content

Instantly share code, notes, and snippets.

@davidoram
Last active August 29, 2015 14:24
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 davidoram/4d4c9e1bf4cf25266281 to your computer and use it in GitHub Desktop.
Save davidoram/4d4c9e1bf4cf25266281 to your computer and use it in GitHub Desktop.
Capture video from OS X iSight camera using ffmpeg
#!/bin/bash
#
# Capture iSight Camera to a iSight.mpg file
#
# Press 'q' to stop capture
#
ffmpeg -f avfoundation -i "FaceTime" iSight.mpg
@davidoram
Copy link
Author

Assumes brew install ffmpeg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment