Skip to content

Installation Steps

Michael Sprick edited this page Sep 26, 2025 · 7 revisions

πŸŽ₯ OBS Studio Installation Guide

Welcome to the OBS Studio setup guide! This page walks you through installing OBS Studio on Windows, macOS, and Linux. OBS (Open Broadcaster Software) is a free and open-source tool for video recording and live streaming.


πŸ–₯️ System Requirements

Before installing OBS, ensure your system meets the minimum requirements:

Component Minimum Requirement
OS Windows 10/11, macOS 11+, Ubuntu 20.04+
CPU Dual-core processor (Intel/AMD)
RAM 4 GB (8 GB recommended)
GPU DirectX 10.1 compatible or OpenGL 3.5+
Storage 200 MB free disk space

πŸͺŸ Windows Installation

  1. Download OBS Studio
    Visit the official OBS website and click Windows to download the installer.

  2. Run the Installer
    Double-click the .exe file and follow the setup wizard. Accept the license agreement and choose the default install location.

  3. Launch OBS Studio
    After installation, launch OBS from the Start Menu or desktop shortcut.

  4. Optional: Install Virtual Camera
    During setup, you can choose to install the OBS Virtual Camera for use in Zoom, Teams, etc.


🍎 macOS Installation

  1. Download OBS Studio
    Go to obsproject.com and click macOS.

  2. Open the Installer
    Open the .dmg file and drag OBS into your Applications folder.

  3. Grant Permissions
    On first launch, macOS may prompt you to allow screen recording and microphone access. Go to System Preferences > Security & Privacy to enable these.

  4. Launch OBS Studio
    Open OBS from your Applications folder.


🐧 Linux Installation (Ubuntu/Debian)

  1. Add OBS Repository

    sudo add-apt-repository ppa:obsproject/obs-studio
    sudo apt update
    
  2. Install OBS Studio

    sudo apt install obs-studio
    
  3. Launch OBS Studio
    Run obs from your terminal or find it in your application launcher.


βœ… Post-Installation Checklist

  • Launch OBS and run the Auto-Configuration Wizard
  • Set your preferred resolution and FPS
  • Add sources (e.g., Display Capture, Audio Input)
  • Test recording and streaming
  • Save your scene collection

πŸ“š Additional Resources


βš™οΈ AutoHotkey Installation Guide

This guide walks you through installing AutoHotkey (AHK), a powerful scripting language for Windows automation. Whether you're building launchers, hotkeys, or GUI tools for your team, this setup ensures a smooth start.


🧭 Table of Contents


πŸ–₯️ System Requirements

Component Requirement
OS Windows 7, 8, 10, or 11
Architecture 32-bit or 64-bit supported
Admin Rights Optional, but helpful for setup
Internet Required for download

πŸ“₯ Download & Install

1. Visit the Official Site

2. Choose the Version

  • Click Download AutoHotkey v2.0+ (recommended for new scripts)
  • For legacy scripts, choose v1.1 instead

3. Run the Installer

  • Double-click the downloaded .exe file
  • Choose Express Installation (recommended)
  • Wait for confirmation message

βœ… Verify Installation

  1. Press Win + R, type cmd, and hit Enter

  2. In the Command Prompt, type:

    autohotkey
    
  3. If installed correctly, you’ll see version info or a help message


🧠 Optional: Install SciTE4AutoHotkey Editor

For syntax highlighting and debugging:

  1. Visit https://www.autohotkey.com/scite
  2. Download and install SciTE4AutoHotkey
  3. Associate .ahk files with SciTE for easier editing

βš™οΈ ProPresenter Installation Guide

This guide walks you through installing ProPresenter on Windows or macOS, activating your license, and preparing your system for reliable live use.


🧰 System Requirements

Before installing, make sure your computer meets these minimum specs:

Component Minimum Requirement Recommended for Live Use
OS Windows 10+ / macOS 11+ Windows 11 / macOS 13+
CPU Intel i5 or Apple M1 Intel i7/i9 or Apple M2/M3
RAM 8 GB 16–32 GB
GPU Integrated graphics Dedicated GPU (NVIDIA/AMD)
Storage 10 GB free space SSD with 100+ GB for media
Internet Required for activation & updates Wired Ethernet recommended

πŸ–₯️ Step-by-Step Installation

1. Download ProPresenter

2. Install the Software

  • Windows: Run the .exe installer and follow prompts
  • macOS: Open the .dmg file and drag ProPresenter to Applications

3. Launch ProPresenter

  • Open the app from your Start Menu or Applications folder
  • Allow permissions if prompted (camera, microphone, network)

4. Sign In or Activate License

  • Click Login and enter your Renewed Vision account
  • If you have a license key, enter it under License > Register
  • For trial mode, click Continue Without License

5. Configure Initial Settings

  • Choose your output screens (Main, Stage Display)
  • Set up your media folders and libraries
  • Enable auto-save and backups under Preferences > General

πŸ” Licensing Tips

  • Licenses are per machine, not per user
  • You can deactivate and transfer licenses via your Renewed Vision account
  • For shared setups, use a dedicated account and password manager

πŸ§ͺ Post-Install Checklist

βœ… Test media playback (videos, images, audio)
βœ… Confirm output routing (screens/projectors)
βœ… Check stage display layout
βœ… Run a sample playlist with transitions
βœ… Connect remote app (optional)
βœ… Save a backup of your first show file


Clone this wiki locally