Initial commit: OBS scene collection, profile, landing overlay
Tracked: scene JSON (Untitled + pre-migration backups), landing/ overlay (HTML + static-hum.wav), profile encoder/basic settings, rtmp-services metadata, modules list, ini files, CLAUDE.md. Ignored via .gitignore: stream keys (**/service.json), obs-websocket password (plugin_config/obs-websocket/), logs/, profiler_data/, .sentinel/, OBS-managed *.bak and *.json.v1 sidecars.
This commit is contained in:
126
basic/profiles/Untitled/basic.ini
Normal file
126
basic/profiles/Untitled/basic.ini
Normal file
@@ -0,0 +1,126 @@
|
||||
[General]
|
||||
Name=Untitled
|
||||
|
||||
[Video]
|
||||
BaseCX=2560
|
||||
BaseCY=1336
|
||||
OutputCX=1920
|
||||
OutputCY=1080
|
||||
FPSType=0
|
||||
FPSCommon=30
|
||||
FPSInt=30
|
||||
FPSNum=30
|
||||
FPSDen=1
|
||||
ScaleType=bicubic
|
||||
ColorFormat=NV12
|
||||
ColorSpace=709
|
||||
ColorRange=Partial
|
||||
SdrWhiteLevel=300
|
||||
HdrNominalPeakLevel=1000
|
||||
|
||||
[Panels]
|
||||
CookieId=48546E60C6A25B1C
|
||||
|
||||
[Output]
|
||||
Mode=Advanced
|
||||
FilenameFormatting=%CCYY-%MM-%DD %hh-%mm-%ss
|
||||
DelayEnable=false
|
||||
DelaySec=20
|
||||
DelayPreserve=true
|
||||
Reconnect=true
|
||||
RetryDelay=2
|
||||
MaxRetries=25
|
||||
BindIP=default
|
||||
IPFamily=IPv4+IPv6
|
||||
NewSocketLoopEnable=false
|
||||
LowLatencyEnable=false
|
||||
|
||||
[AdvOut]
|
||||
RescaleRes=1280x720
|
||||
TrackIndex=1
|
||||
RecType=Standard
|
||||
RecRescaleRes=1280x1024
|
||||
RecTracks=1
|
||||
FFOutputToFile=true
|
||||
FFFormat=mpegts
|
||||
FFFormatMimeType=video/MP2T
|
||||
FFRescaleRes=1280x1024
|
||||
FFVEncoderId=27
|
||||
FFVEncoder=libx264
|
||||
FFAEncoderId=86018
|
||||
FFAEncoder=aac
|
||||
FFAudioMixes=1
|
||||
FFURL=
|
||||
FFExtension=ts
|
||||
FFMCustom=content_type=video/mp2ts ice_genre=fun
|
||||
FFIgnoreCompat=true
|
||||
RecFilePath=/home/jin/Videos/QS
|
||||
RecFileNameWithoutSpace=true
|
||||
RecFormat=mkv
|
||||
RecEncoder=ffmpeg_nvenc
|
||||
Rescale=false
|
||||
FLVTrack=1
|
||||
FFVBitrate=2400
|
||||
FFVGOPSize=249
|
||||
FFFilePath=/run/media/jin/NTFS/recordings
|
||||
VodTrackIndex=2
|
||||
RecMuxerCustom=
|
||||
Encoder=obs_x264
|
||||
RecSplitFileType=Time
|
||||
RecFormat2=mkv
|
||||
ApplyServiceSettings=true
|
||||
UseRescale=false
|
||||
RecUseRescale=false
|
||||
FFUseRescale=false
|
||||
FFABitrate=160
|
||||
Track1Bitrate=160
|
||||
Track2Bitrate=160
|
||||
Track3Bitrate=160
|
||||
Track4Bitrate=160
|
||||
Track5Bitrate=160
|
||||
Track6Bitrate=160
|
||||
RecSplitFileTime=15
|
||||
RecSplitFileSize=2048
|
||||
RecRB=false
|
||||
RecRBTime=20
|
||||
RecRBSize=512
|
||||
AudioEncoder=libfdk_aac
|
||||
RecAudioEncoder=libfdk_aac
|
||||
StreamMultiTrackAudioMixes=1
|
||||
|
||||
[SimpleOutput]
|
||||
UseAdvanced=false
|
||||
StreamEncoder=x264
|
||||
Preset=veryfast
|
||||
FilePath=/home/jin/screencasts
|
||||
RecFormat=mkv
|
||||
RecFormat2=mkv
|
||||
VBitrate=2500
|
||||
ABitrate=160
|
||||
NVENCPreset2=p5
|
||||
RecQuality=Stream
|
||||
RecRB=false
|
||||
RecRBTime=20
|
||||
RecRBSize=512
|
||||
RecRBPrefix=Replay
|
||||
StreamAudioEncoder=aac
|
||||
RecAudioEncoder=aac
|
||||
RecTracks=1
|
||||
RecEncoder=nvenc
|
||||
|
||||
[Twitch]
|
||||
AddonChoice=3
|
||||
|
||||
[Stream1]
|
||||
IgnoreRecommended=false
|
||||
EnableMultitrackVideo=false
|
||||
MultitrackVideoMaximumAggregateBitrateAuto=true
|
||||
MultitrackVideoMaximumVideoTracksAuto=true
|
||||
|
||||
[Audio]
|
||||
MonitoringDeviceId=default
|
||||
MonitoringDeviceName=Default
|
||||
SampleRate=48000
|
||||
ChannelSetup=Stereo
|
||||
MeterDecayRate=23.53
|
||||
PeakMeterType=0
|
||||
1
basic/profiles/Untitled/recordEncoder.json
Normal file
1
basic/profiles/Untitled/recordEncoder.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
basic/profiles/Untitled/streamEncoder.json
Normal file
1
basic/profiles/Untitled/streamEncoder.json
Normal file
@@ -0,0 +1 @@
|
||||
{"rate_control":"CBR","keyint_sec":2,"profile":"high"}
|
||||
1688
basic/scenes/Untitled.json
Normal file
1688
basic/scenes/Untitled.json
Normal file
File diff suppressed because it is too large
Load Diff
1729
basic/scenes/Untitled.json.pre-cef-migration
Normal file
1729
basic/scenes/Untitled.json.pre-cef-migration
Normal file
File diff suppressed because it is too large
Load Diff
1887
basic/scenes/Untitled.json.pre-landing-rebuild
Normal file
1887
basic/scenes/Untitled.json.pre-landing-rebuild
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user