Skip to content

Instantly share code, notes, and snippets.

@rfong
Last active December 11, 2015 05:38
Show Gist options
  • Save rfong/2dbba25d364bd92a3dd5 to your computer and use it in GitHub Desktop.
Save rfong/2dbba25d364bd92a3dd5 to your computer and use it in GitHub Desktop.
applescript for quicktime recording. with OSX 10.6 or below, run in 32 bit mode "arch -i386 osascript record.scpt"
tell application "QuickTime Player"
activate
start (new audio recording)
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment