Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the Screen Recording executable file from here.

    View file
    nameController.exe

  2. Download

    View file
    nameconfigconfig3.ps1
    file.
    View file
    nameconfig2.ps1
    View filenameconfig3.ps1

  3. Download

    View file
    nameffmpeg.zip
    and extract it.

  4. Create a folder named "Service" in the C: drive and place the following files inside it:

    • Controller.exe

    • config.ps1

    • ffmpeg.exe

  5. 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\"
  6. 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.

...