Intro, BRB and Outro Scenes for Twitch Stream via Streamlabs OBS and Scene Maker

Опубликовано: 24 Март 2026
на канале: BadToxic
40
3

I created an Intro, BRB and Outro Scene for my Twitch Streams. They show random TwitchHighlight videos in the background. The intro has a counter that displays when the stream is going to start. Also displayed are the latest follower and subscriber as well as some of my social networks.


== Used for this ==
Streamlabs OBS
Scene Maker form NerdOrDie https://nerdordie.com/product/scene-m...
iMovie
Twitch Website (Creating Highlights)
ffmpeg (for video conversion / upscaling)

== Dev Diary ==
This is the ongoing progress on my game GameMaster. Check my DevDiary for more details:
https://www.planetswitch.de/artikel/6...


== GameMaster Discord Server ==
  / discord  


== BadToxic Discord Server ==
  / discord  


== Patreaon ==
Support me on   / badtoxic  


== Bonus: ffmpeg command for video upscaling ==
Upscale all mp4 files in this folder to 1080 in Windows 10 using a .bat file with the follwoing content:

for %%a in ("*.mp4") do C:\Users\BadToxic\Videos\ffmpeg-20180530-1616b1b-win64-static\bin\ffmpeg -i "%%a" -vf scale=1920:-2 -c:v libx264 -preset slow -crf 22 -c:a copy "%%~na1080.mp4"