Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/7rikazhexde/auto-screen-record-quicktime
AppleScript for timed screen recording
https://github.com/7rikazhexde/auto-screen-record-quicktime
applescript quicktime-player screen-recording
Last synced: about 1 month ago
JSON representation
AppleScript for timed screen recording
- Host: GitHub
- URL: https://github.com/7rikazhexde/auto-screen-record-quicktime
- Owner: 7rikazhexde
- License: mit
- Created: 2023-01-22T10:43:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T11:31:19.000Z (about 2 months ago)
- Last Synced: 2024-11-10T12:25:38.763Z (about 2 months ago)
- Topics: applescript, quicktime-player, screen-recording
- Language: AppleScript
- Homepage:
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# auto-screen-record-quicktime
AppleScript for timed screen recording.
## Demo
![demo.gif](.demofile/demo.gif)
## Programs
#### AppleScript for on-screen screen recording
- autoScreenRecordAS.applescript
- autoScreenRecordJXA.applescript#### AppleScript for simultaneous playback and screen recording of video files launched by QickTimePlayer
- openVideoFilesAutoPlayAndScreenRecordAS.applescript
- openVideoFilesAutoPlayAndScreenRecordJXA.applescript## Usage
Extract and run the .applescript file stored in the program folder from the script editor.
See comments at the top of the source code for instructions on how to use the script.If you want to run the file as an app file, please export the file format as application-specified.
Also, a security error is displayed the first time the run application is run.
In this case, please refer to the following **settings** to allow the script editor security settings.### Setting
The script uses System Events.
To run System Events, you must allow security settings for the script editor.
In System Preferences, go to Security and Privacy > Privacy > Accessibility > Allow Computer Control for Script Editor.## Note
#### Verified Version
- macOS Ventura(version 13.4.1)
- QuickTime Player(version 10.5)#### Input Record Time
Recording time depends on the process, so there will be a time gap of a few seconds to a few tens of seconds.
Please set the recording time to a value larger than the desired recording time.