gist/gayming/obs-studio/README.md

51 lines
1.7 KiB
Markdown
Raw Normal View History

2024-06-19 07:53:27 +02:00
<!-- @format -->
2023-03-16 18:53:28 +01:00
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [My notes on using OBS Studio.](#my-notes-on-using-obs-studio)
- [resolution & bitrate](#resolution--bitrate)
- [Suggestions](#suggestions)
- [External links](#external-links)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# My notes on using OBS Studio.
2024-06-19 07:53:27 +02:00
I have mostly understood how to add sources on OBS Studio, but I needed help
with mainly resolution and bitrate.
## resolution & bitrate
2023-02-26 18:01:13 +01:00
- Settings --> Output:
- Video Bitrate: CHECK BELOW!
- [x] Enable Advanced Encoder Settings
- [x] Enforce streaming site bitrate limits
- Encoder preset: Low-Latency Performance
- Settings --> Video:
2024-06-19 07:53:27 +02:00
- Base (Canvas) Resolution: DEPENDS ON STREAMED GAME OR FULL DESKTOP
RESOLUTION, CHECK GAME/DISPLAY SETTINGS!
- _I was mainly playing Final Fantasy X with 1280x720 base/canvas
resolution._
2023-02-26 18:01:13 +01:00
- Output (Scaled) Resolution: WHAT VIEWERS WILL SEE, SEE BELOW
- Downscale filter: Bilinear (Fastest, but blurry if scaling)
- Common FPS Values: 30
### Suggestions
2023-02-26 18:01:13 +01:00
- DVD quality? 250 Kbps bitrate with output scaled 424x240
- Steam minimums: 750 Kbps & 640x350 (360p)
- Note that the second number in resolution is the quality
- Twitch suggested: 3000 Kbps for 1280x720p
2024-06-19 07:53:27 +02:00
- _I may have been trying 1080p but potential settings were lost with hardware
issue._
2023-02-26 18:01:13 +01:00
### External links
2023-02-26 18:01:13 +01:00
- https://stream.twitch.tv/?kbid=100005
- https://support.google.com/youtube/answer/2853702
2024-06-19 07:53:27 +02:00
**_NOTE: written from memory and
[my TODO entry for this file](https://gitea.blesmrt.net/mikaela/gist/issues/6)
2023-02-26 18:01:13 +01:00
without actually having OBS Studio or anything in front of me._**