mirror of
https://github.com/gaitas13/dotfiles.git
synced 2025-12-06 07:15:37 +01:00
obs rgb
This commit is contained in:
parent
3f5c458480
commit
66eb124287
3 changed files with 104 additions and 0 deletions
|
|
@ -0,0 +1,102 @@
|
|||
[General]
|
||||
Name=RGB x264 1280x720 60 lossless
|
||||
|
||||
[Video]
|
||||
BaseCX=1280
|
||||
BaseCY=720
|
||||
OutputCX=1280
|
||||
OutputCY=720
|
||||
FPSCommon=60
|
||||
ColorFormat=RGB
|
||||
ColorSpace=sRGB
|
||||
ColorRange=Full
|
||||
FPSType=0
|
||||
FPSInt=30
|
||||
FPSNum=30
|
||||
FPSDen=1
|
||||
ScaleType=bicubic
|
||||
SdrWhiteLevel=300
|
||||
HdrNominalPeakLevel=1000
|
||||
|
||||
[Output]
|
||||
Mode=Advanced
|
||||
FilenameFormatting=%CCYY-%MM-%DD %hh-%mm-%ss
|
||||
DelayEnable=false
|
||||
DelaySec=20
|
||||
DelayPreserve=true
|
||||
Reconnect=true
|
||||
RetryDelay=2
|
||||
MaxRetries=25
|
||||
BindIP=default
|
||||
NewSocketLoopEnable=false
|
||||
LowLatencyEnable=false
|
||||
|
||||
[AdvOut]
|
||||
Encoder=obs_x264
|
||||
RescaleRes=1366x768
|
||||
TrackIndex=1
|
||||
RecType=FFmpeg
|
||||
RecEncoder=obs_x264
|
||||
RecRescaleRes=1366x768
|
||||
RecTracks=1
|
||||
FLVTrack=1
|
||||
FFOutputToFile=true
|
||||
FFFormat=matroska
|
||||
FFFormatMimeType=video/x-matroska
|
||||
FFRescaleRes=1366x768
|
||||
FFVEncoderId=27
|
||||
FFVEncoder=libx264rgb
|
||||
FFAEncoderId=86028
|
||||
FFAEncoder=flac
|
||||
FFAudioMixes=1
|
||||
VodTrackIndex=2
|
||||
Track1Bitrate=192
|
||||
Track2Bitrate=192
|
||||
Track3Bitrate=192
|
||||
Track4Bitrate=192
|
||||
Track5Bitrate=192
|
||||
Track6Bitrate=192
|
||||
RecSplitFileType=Time
|
||||
FFExtension=mkv
|
||||
FFVCustom=qp=0 preset=ultrafast colorspace=0
|
||||
FFABitrate=160
|
||||
FFVGOPSize=250
|
||||
ApplyServiceSettings=true
|
||||
UseRescale=false
|
||||
RecFormat2=mkv
|
||||
RecUseRescale=false
|
||||
FFVBitrate=2100
|
||||
FFUseRescale=false
|
||||
FFIgnoreCompat=false
|
||||
RecSplitFileTime=15
|
||||
RecSplitFileSize=2048
|
||||
RecRB=false
|
||||
RecRBTime=20
|
||||
RecRBSize=512
|
||||
AudioEncoder=CoreAudio_AAC
|
||||
RecAudioEncoder=CoreAudio_AAC
|
||||
[SimpleOutput]
|
||||
RecFormat2=mkv
|
||||
VBitrate=2500
|
||||
ABitrate=160
|
||||
UseAdvanced=false
|
||||
Preset=veryfast
|
||||
NVENCPreset2=p5
|
||||
RecQuality=Stream
|
||||
RecRB=false
|
||||
RecRBTime=20
|
||||
RecRBSize=512
|
||||
RecRBPrefix=Replay
|
||||
StreamAudioEncoder=aac
|
||||
RecAudioEncoder=aac
|
||||
RecTracks=1
|
||||
StreamEncoder=x264
|
||||
RecEncoder=x264
|
||||
|
||||
[Audio]
|
||||
MonitoringDeviceId=default
|
||||
MonitoringDeviceName=Por defecto
|
||||
SampleRate=48000
|
||||
ChannelSetup=Stereo
|
||||
MeterDecayRate=23.53
|
||||
PeakMeterType=0
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"crf":0,"keyint_sec":2,"preset":"ultrafast","profile":"high","rate_control":"CRF"}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"bitrate":3000,"keyint_sec":2,"profile":"high","rate_control":"CBR"}
|
||||
Loading…
Add table
Reference in a new issue