Add profileZ
This commit is contained in:
parent
f990189bcd
commit
76ec4b4f7f
|
@ -1,3 +1,8 @@
|
||||||
# wk23-obs-szene
|
# wk23-obs-szene
|
||||||
|
|
||||||
Grafiken und Daten für den Winterkongress 2022 OBS Szene
|
Grafiken und Daten für den Winterkongress 2022 OBS Szenen
|
||||||
|
|
||||||
|
+ See [Audio.md](AUDIO.md) for Infos how to configure the audio filters.
|
||||||
|
+ See artwork for WK23 Artwork. It is generated from our [supersource_2023.svg](supersource_2023.svg).
|
||||||
|
+ We put our OBS config at [wk23.json](wk23.json) and our OBS Profile in the ``profile/`` dir.
|
||||||
|
- Please note, we use the [move transition](https://obsproject.com/forum/resources/move-transition.913/) OBS Plugin and the [reaplug](https://www.reaper.fm/reaplugs) Reaper Plugin.
|
||||||
|
|
|
@ -0,0 +1,37 @@
|
||||||
|
[General]
|
||||||
|
Name=wk23
|
||||||
|
|
||||||
|
[Video]
|
||||||
|
BaseCX=1920
|
||||||
|
BaseCY=1080
|
||||||
|
OutputCX=1920
|
||||||
|
OutputCY=1080
|
||||||
|
FPSType=0
|
||||||
|
FPSCommon=50 PAL
|
||||||
|
|
||||||
|
[Panels]
|
||||||
|
CookieId=6EFBABF43773822E
|
||||||
|
|
||||||
|
[SimpleOutput]
|
||||||
|
RecEncoder=nvenc
|
||||||
|
RecQuality=Small
|
||||||
|
|
||||||
|
[Output]
|
||||||
|
Mode=Advanced
|
||||||
|
|
||||||
|
[AdvOut]
|
||||||
|
Encoder=obs_x264
|
||||||
|
TrackIndex=1
|
||||||
|
RecType=Standard
|
||||||
|
RecSplitFileType=Time
|
||||||
|
RecTracks=1
|
||||||
|
FLVTrack=1
|
||||||
|
FFOutputToFile=true
|
||||||
|
FFFormat=
|
||||||
|
FFFormatMimeType=
|
||||||
|
FFVEncoderId=0
|
||||||
|
FFVEncoder=
|
||||||
|
FFAEncoderId=0
|
||||||
|
FFAEncoder=
|
||||||
|
FFAudioMixes=1
|
||||||
|
RecFileNameWithoutSpace=true
|
|
@ -0,0 +1 @@
|
||||||
|
{"settings":{"bwtest":false,"key":"secret","server":"rtmp://ingest.chaoswest.tv:1935/live/","use_auth":false},"type":"rtmp_custom"}
|
|
@ -0,0 +1 @@
|
||||||
|
{"bitrate":10000,"profile":"main","tune":"zerolatency"}
|
Loading…
Reference in New Issue