From f3525bc26d97d50ba034ab7eb1b02856ab92daa7 Mon Sep 17 00:00:00 2001 From: Narsty Date: Mon, 22 May 2023 00:08:10 -0500 Subject: [PATCH] Update Screen Recorder MacOs.txt --- Executions/Screen Recorder MacOs.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Executions/Screen Recorder MacOs.txt b/Executions/Screen Recorder MacOs.txt index 798e14e..3d2008b 100644 --- a/Executions/Screen Recorder MacOs.txt +++ b/Executions/Screen Recorder MacOs.txt @@ -1,7 +1,9 @@ REM Description: This script records the screen and saves the recording as a video file. +REM Must have ffmpeg installed. REM Must have terminal recording privilege enabled -REM screen recording command and the conversion of the recording to an MP4 file. -REM It includes a delay of 10 seconds after starting the recording to allow for the desired recording duration. Can adjust the delay for longer recordings line + +REM Script uses a screen recording command and the conversion of the recording to an MP4 file. +REM It includes a delay of 10 seconds after starting the recording to allow for the desired recording duration. Can adjust the delay for longer recordings line 30 REM After that, it sends the interrupt signal (Ctrl+C) to stop the recording. REM Then it proceeds with the conversion of the recorded file from MKV to MP4 format using the ffmpeg command And stores it on the desktop