https://github.com/burritosoftware/nvbroadcast-streamdeckscripts
AutoHotkey scripts to control NVIDIA Broadcast filters from a Stream Deck or any launcher that can open .ahk files.
https://github.com/burritosoftware/nvbroadcast-streamdeckscripts
autohotkey nvidia-broadcast stream-deck
Last synced: 5 months ago
JSON representation
AutoHotkey scripts to control NVIDIA Broadcast filters from a Stream Deck or any launcher that can open .ahk files.
- Host: GitHub
- URL: https://github.com/burritosoftware/nvbroadcast-streamdeckscripts
- Owner: burritosoftware
- License: mit
- Created: 2025-02-02T03:20:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-02T03:26:45.000Z (over 1 year ago)
- Last Synced: 2025-04-02T11:47:19.800Z (about 1 year ago)
- Topics: autohotkey, nvidia-broadcast, stream-deck
- Language: AutoHotkey
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NVIDIA Broadcast Stream Deck Scripts
AutoHotkey scripts to control NVIDIA Broadcast filters from a Stream Deck or any launcher that can open .ahk files.

## Setup
1. Make sure you have [AutoHotkey v2.0](https://www.autohotkey.com/) installed, and [NVIDIA Broadcast v2.0+](https://www.nvidia.com/en-us/geforce/broadcasting/broadcast-app/) installed
2. Download this repository as a .zip by pressing the green **Code** button at the top, followed by Download ZIP. Extract the .zip where you want to store the scripts.
3. Choose whether you want to have status-synced buttons, or generic toggle buttons.
### Status-Synced Buttons (recommended)
These buttons will make sure that the status on your Stream Deck stays in sync with NVIDIA Broadcast: if you manually change a filter's status through the NVIDIA Broadcast app, you can assure that when you press a Stream Deck button to update filter status, what's displayed is what the currently active status is.
1. In the Stream Deck app, drag a `Multi Action Switch` into a slot.
2. Under state `1`, add a `System: Open` action and point it to a `...TurnOnEffects.ahk` file.
(Choose a pair of scripts corresponding to what filter you want to toggle.)
3. Switch to state `2` at the top left, add another `System: Open` action and point it to a `...TurnOffEffects.ahk` file.
Now, the button itself will show if the effect is on or off when you press it. Be sure to give it a test press at least once so the status is synced.
### Generic Toggle Buttons (not recommended)
These buttons will NOT show the status of the filters in NVIDIA Broadcast, and will just merely toggle filters on or off.
1. In the Stream Deck app, drag a `System: Open` action into a slot.
2. Point it to a `...ToggleEffects.ahk` file corresponding to what filter you want to toggle.