mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
obs: initial commit of OBS profile, scenes, input files
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
db06cce96c
commit
e44b6c5976
6 changed files with 2811 additions and 0 deletions
3
obs/README.md
Normal file
3
obs/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# obs
|
||||
|
||||
Matt's profiles and scenes for streaming using [Open Broadcaster Software (OBS)](https://obsproject.com/).
|
52
obs/profiles/Programming/basic.ini
Normal file
52
obs/profiles/Programming/basic.ini
Normal file
|
@ -0,0 +1,52 @@
|
|||
[General]
|
||||
Name=Programming
|
||||
OpenStatsOnStartup=false
|
||||
|
||||
[Video]
|
||||
BaseCX=3840
|
||||
BaseCY=2160
|
||||
OutputCX=1920
|
||||
OutputCY=1080
|
||||
FPSType=0
|
||||
FPSCommon=30
|
||||
ColorSpace=709
|
||||
ColorRange=Partial
|
||||
|
||||
[Panels]
|
||||
CookieId=80F26B86D4041C8A
|
||||
|
||||
[SimpleOutput]
|
||||
VBitrate=6000
|
||||
StreamEncoder=x264
|
||||
RecQuality=HQ
|
||||
FilePath=/home/matt/stream/video
|
||||
FileNameWithoutSpace=true
|
||||
ABitrate=160
|
||||
|
||||
[Output]
|
||||
Mode=Advanced
|
||||
FilenameFormatting=%CCYY-%MM-%DD-%hh-%mm-%ss
|
||||
|
||||
[AdvOut]
|
||||
TrackIndex=1
|
||||
RecType=Standard
|
||||
RecTracks=1
|
||||
FLVTrack=1
|
||||
FFOutputToFile=true
|
||||
FFFormat=
|
||||
FFFormatMimeType=
|
||||
FFVEncoderId=0
|
||||
FFVEncoder=
|
||||
FFAEncoderId=0
|
||||
FFAEncoder=
|
||||
FFAudioMixes=1
|
||||
RescaleRes=1080x1920
|
||||
RecRescaleRes=1080x1920
|
||||
FFRescaleRes=1080x1920
|
||||
RecFileNameWithoutSpace=true
|
||||
|
||||
[Stats]
|
||||
geometry=AdnQywADAAAAAAUyAAAIYAAACG8AAAmcAAAFMgAACIUAAAhvAAAJnAAAAAIAAAAACHAAAAUyAAAIhQAACG8AAAmc
|
||||
|
||||
[Audio]
|
||||
ChannelSetup=Mono
|
8
obs/profiles/Programming/service.json
Normal file
8
obs/profiles/Programming/service.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"settings": {
|
||||
"key": "nope.",
|
||||
"server": "auto",
|
||||
"service": "Twitch"
|
||||
},
|
||||
"type": "rtmp_common"
|
||||
}
|
2747
obs/scenes/Programming.json
Normal file
2747
obs/scenes/Programming.json
Normal file
File diff suppressed because it is too large
Load diff
1
obs/stream/banner.txt
Normal file
1
obs/stream/banner.txt
Normal file
|
@ -0,0 +1 @@
|
|||
@mdlayher | github.com/mdlayher | Go, networking, fun!
|
BIN
obs/stream/terminal.gif
Normal file
BIN
obs/stream/terminal.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Loading…
Reference in a new issue