I am using Run Revolution to make a program that will do 3 things:
Screen recording
Audio recording
combining the two into one mp4 or aiff
I have a button that does this apple script:
tell application "QuickTime Player"
activate
start new screen recording
end tell
I am trying to...