obs-doom-transition is an OBS Studio plugin that adds a "Doom screen melt" style transition to your scene switching. Inspired by the classic screen-melting effect from the 1993 game DOOM, this transition brings a nostalgic touch to your live streams and recordings.
- Doom Screen Melt Transition: Adds a dramatic melting effect when switching between scenes, similar to the iconic transition from the original DOOM game.
- Customizable Speed: Adjust the speed of the melting transition to suit your style.
- Lightweight: Minimal impact on OBS performance.
- Simple to Use: Easily added and customized within OBS Studio's transition options.
- Download the latest release from the Releases section.
- Extract the contents of the downloaded zip file.
- Copy the
obs-doom-transition
folder into your OBS Studio plugins directory:- Default path:
C:\Program Files\obs-studio\obs-plugins\
- Default path:
- Restart OBS Studio.
Installation instructions for macOS and Linux will be added soon. You can try to compile the plugin yourself on Linux using the guide below.
git clone https://github.com/LucienHH/obs-doom-transition/
cd obs-doom-transition
sudo apt-get install cmake build-essential
mkdir build
cd build
cmake ..
make
- Create
~/.config/obs-studio/plugins/obs-doom-transition
folder - copy freshly built
obs-doom-transition.so
file from thebuild/
folder in cloned git repo tobin/64bit/
subfolder of the plugin folder - copy contents of entire
data/
folder from the git repo to~/.config/obs-studio/plugins/obs-doom-transition/data
- Open OBS Studio.
- Go to the "Scene Transitions" section.
- Click on the "+" button to add a new transition.
- Select "Doom" from the list of available transitions.
- Adjust the transition speed using the provided slider (optional).
- Enjoy the DOOM-style melting effect when switching between scenes!
Contributions are welcome! Please feel free to submit pull requests or open issues if you encounter bugs or have suggestions for improvements.
This project is licensed under the MIT License.