|
|
|
|
|
by mross462
4696 days ago
|
|
I have an command line alias called screencast that starts this applescript on on my mac. tell application "QuickTime Player"
--activate
new screen recording
start document 1
delay 600
stop document 1
quit
end tell I then save it to a cloud service provider and set the privacy settings to whatever I want. Are there any advantages to using this service versus the workflow that I mentioned above? |
|