Finish OBS studio notes from note-to-self & memory

Resolves: #6
This commit is contained in:
Mikaela Suomalainen 2020-12-21 17:26:34 +02:00
parent 87e67e3ae8
commit 664199e518
No known key found for this signature in database
GPG Key ID: 440D764E4F4A6C2D

View File

@ -1,6 +1,34 @@
My notes on using OBS Studio.
# My notes on using OBS Studio.
I have mostly understood how to add sources on OBS Studio, but I needed
help with e.g. resolution and bitrate.
help with mainly resolution and bitrate.
***TODO: Actually write this! https://gitea.blesmrt.net/mikaela/gist/issues/6 ***
## resolution & bitrate
* Settings --> Output:
* Video Bitrate: CHECK BELOW!
* [x] Enable Advanced Encoder Settings
* [x] Enforce streaming site bitrate limits
* Encoder preset: Low-Latency Performance
* Settings --> Video:
* 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.*
* Output (Scaled) Resolution: WHAT VIEWERS WILL SEE, SEE BELOW
* Downscale filter: Bilinear (Fastest, but blurry if scaling)
* Common FPS Values: 30
### Suggestions
* 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
* *I may have been trying 1080p but potential settings were lost with hardware issue.*
### External links
* https://stream.twitch.tv/?kbid=100005
* https://support.google.com/youtube/answer/2853702
***NOTE: written from memory and [my TODO entry for this file](https://gitea.blesmrt.net/mikaela/gist/issues/6)
without actually having OBS Studio or anything in front of me.***