summaryrefslogtreecommitdiffstats
path: root/roles/obs/templates/profile.ini
diff options
context:
space:
mode:
Diffstat (limited to 'roles/obs/templates/profile.ini')
-rw-r--r--roles/obs/templates/profile.ini49
1 files changed, 49 insertions, 0 deletions
diff --git a/roles/obs/templates/profile.ini b/roles/obs/templates/profile.ini
new file mode 100644
index 0000000..ba09dec
--- /dev/null
+++ b/roles/obs/templates/profile.ini
@@ -0,0 +1,49 @@
+[General]
+Name={{ emacsconf_id }}-{{ item.id }}
+
+[Video]
+BaseCX={{ res_x }}
+BaseCY={{ res_y }}
+OutputCX={{ res_x }}
+OutputCY={{ res_y }}
+FPSType=1
+FPSCommon=10
+FPSInt=20
+
+[SimpleOutput]
+RecEncoder=x264
+RecQuality=Small
+
+[Output]
+Mode=Advanced
+
+[AdvOut]
+RescaleRes={{ res_x }}x{{ res_y }}
+TrackIndex=1
+RecType=FFmpeg
+RecRescaleRes={{ res_x }}x{{ res_y }}
+RecTracks=1
+FFOutputToFile=false
+FFFormat=webm
+FFFormatMimeType=video/webm
+FFRescaleRes={{ res_x }}x{{ res_y }}
+FFVEncoderId=139
+FFVEncoder=libvpx
+FFAEncoderId=86021
+FFAEncoder=libvorbis
+FFAudioTrack=1
+FFAudioMixes=1
+Pre22.1Settings=true
+FLVTrack=1
+FFURL=icecast://{{ icecast_emacsconf_user }}:{{ icecast_emacsconf_password }}@{{ icecast_hostname }}:{{ icecast_port }}/{{ emacsconf_id }}/{{ item.id }}.webm
+FFExtension=webm
+FFMCustom={{ ff_mcustom }}
+FFVBitrate={{ ff_vbitrate }}
+FFVGOPSize={{ ff_vgopsize }}
+FFIgnoreCompat=true
+FFVCustom={{ ff_vcustom }}
+FFABitrate=96
+VodTrackIndex=2
+
+[Twitch]
+AddonChoice=3