77 lines
900 B
Markdown
77 lines
900 B
Markdown
---
|
|
title: OBS Settings
|
|
description: OBS & Live Stream Settings
|
|
author: wompmacho
|
|
date: 2024-01-25T22:28:32.943Z
|
|
lastmod: 2025-02-04
|
|
#tags: twitch
|
|
---
|
|
|
|
## OBS
|
|
|
|
### Stream Settings
|
|
|
|
```
|
|
Ignore stream service settings
|
|
Video Encoder
|
|
x264
|
|
1920x1080
|
|
Rate control
|
|
CBR
|
|
Bitrate
|
|
8000 Kbps
|
|
Keyframe Interval
|
|
1s
|
|
CPU Usage
|
|
Medium
|
|
Profile
|
|
None
|
|
Tune
|
|
None
|
|
x264 Options
|
|
keyinit=90
|
|
```
|
|
### Recording Settings
|
|
|
|
```
|
|
Recoding Format
|
|
.mkv
|
|
Audio Track
|
|
All
|
|
Automatic File Spliting
|
|
Split Time
|
|
240 min
|
|
```
|
|
### Video
|
|
|
|
```
|
|
Common FPS Values
|
|
60
|
|
```
|
|
### Advanced
|
|
|
|
```
|
|
Recording Filename Formatting
|
|
%MM-%DD-%CCYY_%A_%hh-%mm-%p_%FPS
|
|
Automatically Remux to MP4
|
|
```
|
|
## Camera
|
|
|
|
```
|
|
Sony A6400
|
|
|
|
Resolution for stream
|
|
3840x2160
|
|
|
|
Specs
|
|
Max Resolution
|
|
6000 x 4000
|
|
Image Ratio
|
|
1:1, 3:2, 16:9
|
|
Sensor
|
|
25 megapixels
|
|
CMOS
|
|
APS-C (23.5 x 15.6 mm)
|
|
ISO
|
|
Auto, 100-32000 (expands to 102800)
|
|
``` |