From 63ae1e95608a267fccf78ede96d1ae83456ac6a3 Mon Sep 17 00:00:00 2001 From: Narsty Date: Thu, 8 Jun 2023 10:48:37 -0500 Subject: [PATCH] Adjusted delays on Screen recorder to allow for a better render time --- Executions/Screen Recorder MacOs to Dropbox.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Executions/Screen Recorder MacOs to Dropbox.txt b/Executions/Screen Recorder MacOs to Dropbox.txt index 362ae20..9258926 100644 --- a/Executions/Screen Recorder MacOs to Dropbox.txt +++ b/Executions/Screen Recorder MacOs to Dropbox.txt @@ -6,7 +6,7 @@ REM Must have terminal recording privileges enabled in Privacy & Security settin REM Script includes a delay of 10 seconds after starting the recording. REM to allow for the desired recording duration. Can adjust the delay for longer recordings. line 35 REM Delays for render time; if you adjust line 35, also adjust line 43 accordingly. -REM This will allow good render times. +REM This will allow a adequate render time for the .mp4 REM Must have ffmpeg installed REM You can download through the terminal using the 'brew install ffmpeg command'