Skip to content

Matishzz/OBS-Studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

Automatic OBS Studio Installer and Configurator

Join/follow us on Discord | 𝕏 (Twitter)

Installation ManualTroubleshootingAMF Options


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.


🚀 Automatic installation

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"

🔗 ReplayBuffer Startup

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" /f

Note

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

📜 Objectives for OBS Studio v1.8

* News Themes
* Select versions
* Assign an installation path
* Filters
* Scene backup

About

Script for installation, configuration for Streaming, Recording, and Clips

Resources

Stars

Watchers

Forks

Contributors