Join/follow us on Discord | 𝕏 (Twitter)
This project started on August 3, 2021, with the main objective to help those who had no idea or time to properly configure OBS Studio. The script downloads and configures correctly to have no interruptions during transmissions or frame drops, the user is asked the respective resolution you want to use between 1080p, 936p and 720p and the respective FPS you want to stream/record/clip 30, 60, 120 or custom, also the replaybuffer is configured to generate clips manually with the F9 key and finally a filter is added to the microphone called noise gate that sets a threshold at which the gate will open and let the audio pass, this to avoid static and annoying ambient noises.
Run the following command in CMD:
powershell Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; Invoke-WebRequest -Uri "https://github.com/Matishzz/OBS-Studio/releases/download/v1.5/OBS.Studio.1.5.bat" -OutFile "$env:TEMP\OBS.Studio.1.5.bat"; Start-Process -FilePath "$env:TEMP\OBS.Studio.1.5.bat"Run the following command in CMD:
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "obs64" /t REG_SZ /d "cmd.exe /c del \"%appdata%\obs-studio\.sentinel\" /f /q && start \"\" /d \"C:\Program Files\obs-studio\bin\64bit\" obs64.exe --startreplaybuffer --minimize-to-tray" /fNote
Since the --disable-shutdown-check flag has been removed for 32.0, the solution I found was to force the deletion of the .sentinel folder.
If you want to add more specific parameters you can consult launch-parameters
* News Themes
* Select versions
* Assign an installation path
* Filters
* Scene backup