File tree 3 files changed +120
-4
lines changed
basic/profiles/Recording_NVENC_HEVC
3 files changed +120
-4
lines changed Original file line number Diff line number Diff line change
1
+ [General]
2
+ Name =Recording (NVENC HEVC)
3
+
4
+ [Output]
5
+ Mode =Advanced
6
+ FilenameFormatting =%CCYY-%MM-%DD %hh-%mm-%ss
7
+ DelayEnable =false
8
+ DelaySec =20
9
+ DelayPreserve =true
10
+ Reconnect =true
11
+ RetryDelay =2
12
+ MaxRetries =25
13
+ BindIP =default
14
+ NewSocketLoopEnable =false
15
+ LowLatencyEnable =false
16
+ IPFamily =IPv4+IPv6
17
+
18
+ [Stream1]
19
+ IgnoreRecommended =false
20
+ EnableMultitrackVideo =false
21
+ MultitrackVideoMaximumAggregateBitrateAuto =true
22
+ MultitrackVideoMaximumVideoTracksAuto =true
23
+
24
+ [SimpleOutput]
25
+ FilePath =/home/mika/Videos
26
+ RecFormat2 =mkv
27
+ VBitrate =2500
28
+ ABitrate =160
29
+ UseAdvanced =false
30
+ Preset =veryfast
31
+ NVENCPreset2 =p5
32
+ RecQuality =Small
33
+ RecRB =false
34
+ RecRBTime =20
35
+ RecRBSize =512
36
+ RecRBPrefix =Replay
37
+ StreamAudioEncoder =aac
38
+ RecAudioEncoder =aac
39
+ RecTracks =1
40
+ StreamEncoder =nvenc
41
+ RecEncoder =nvenc
42
+ FileNameWithoutSpace =true
43
+
44
+ [AdvOut]
45
+ ApplyServiceSettings =true
46
+ UseRescale =false
47
+ TrackIndex =1
48
+ VodTrackIndex =2
49
+ Encoder =obs_x264
50
+ RecType =Standard
51
+ RecFilePath =/home/mika
52
+ RecFormat2 =mkv
53
+ RecUseRescale =false
54
+ RecTracks =1
55
+ RecEncoder =jim_hevc_nvenc
56
+ FLVTrack =1
57
+ FFOutputToFile =true
58
+ FFFilePath =/home/mika
59
+ FFVBitrate =2500
60
+ FFVGOPSize =250
61
+ FFUseRescale =false
62
+ FFIgnoreCompat =false
63
+ FFABitrate =160
64
+ FFAudioMixes =1
65
+ Track1Bitrate =160
66
+ Track2Bitrate =160
67
+ Track3Bitrate =160
68
+ Track4Bitrate =160
69
+ Track5Bitrate =160
70
+ Track6Bitrate =160
71
+ RecSplitFileTime =15
72
+ RecSplitFileSize =2048
73
+ RecRB =false
74
+ RecRBTime =20
75
+ RecRBSize =512
76
+ AudioEncoder =ffmpeg_aac
77
+ RecAudioEncoder =ffmpeg_aac
78
+ RecSplitFileType =Time
79
+ FFFormat =
80
+ FFFormatMimeType =
81
+ FFVEncoderId =0
82
+ FFVEncoder =
83
+ FFAEncoderId =0
84
+ FFAEncoder =
85
+ RecFileNameWithoutSpace =true
86
+ StreamMultiTrackAudioMixes =1
87
+ FFExtension =mp4
88
+
89
+ [Video]
90
+ BaseCX =1920
91
+ BaseCY =1080
92
+ OutputCX =1920
93
+ OutputCY =1080
94
+ FPSType =0
95
+ FPSCommon =60
96
+ FPSInt =30
97
+ FPSNum =30
98
+ FPSDen =1
99
+ ScaleType =bicubic
100
+ ColorFormat =NV12
101
+ ColorSpace =709
102
+ ColorRange =Partial
103
+ SdrWhiteLevel =300
104
+ HdrNominalPeakLevel =1000
105
+
106
+ [Audio]
107
+ MonitoringDeviceId =default
108
+ MonitoringDeviceName =Default
109
+ SampleRate =48000
110
+ ChannelSetup =Stereo
111
+ MeterDecayRate =23.53
112
+ PeakMeterType =0
113
+
114
+ [Panels]
115
+ CookieId =762CC1C88EFB76F7
Original file line number Diff line number Diff line change
1
+ {"rate_control" :" CQP" }
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ ConfirmOnExit=true
14
14
HotkeyFocusType =NeverDisableHotkeys
15
15
16
16
[Basic]
17
- Profile =Recording (QuickSync AV1 )
18
- ProfileDir =Recording_QuickSync_AV1
19
- SceneCollection =Laptop
20
- SceneCollectionFile =Laptop
17
+ Profile =Recording (NVENC HEVC )
18
+ ProfileDir =Recording_NVENC_HEVC
19
+ SceneCollection =Desktop
20
+ SceneCollectionFile =Desktop
21
21
ConfigOnNewProfile =true
22
22
23
23
[BasicWindow]
You can’t perform that action at this time.
0 commit comments