...
Download the Screen Recording executable file from here.
View file name Controller.exe Download
file.View file name configconfig3.ps1
…View file name config2.ps1 View file name config3.ps1Download
and extract it.View file name ffmpeg.zip Create a folder named "Service" in the C: drive and place the following files inside it:
Controller.exe
config.ps1
ffmpeg.exe
Open the Command Prompt and execute the following command to set the C:\Service directory as a path for ffmpeg:
Code Block setx PATH "%PATH%;C:\Service\"
Add the required Environment Variables in the Command Prompt using the following syntax:
Code Block setx "<Environment Variable>" <Value>
Refer to the table below for the necessary variables and their corresponding values.
...