Revert "use nvenc, otherwise performance are degraded more than i thought"
NVenc doesnt work at all with my crappy gpu
This reverts commit 180065f513
.
This commit is contained in:
parent
180065f513
commit
7a862759ca
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ RecFilePath=C:\\Users\\anri\\Videos
|
||||||
RecFormat2=hybrid_mp4
|
RecFormat2=hybrid_mp4
|
||||||
RecUseRescale=false
|
RecUseRescale=false
|
||||||
RecTracks=7
|
RecTracks=7
|
||||||
RecEncoder=jim_nvenc
|
RecEncoder=obs_x264
|
||||||
FLVTrack=1
|
FLVTrack=1
|
||||||
StreamMultiTrackAudioMixes=1
|
StreamMultiTrackAudioMixes=1
|
||||||
FFOutputToFile=true
|
FFOutputToFile=true
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"bitrate":12000,"keyint_sec":2,"tune":"hq","preset2":"p6"}
|
{"bitrate":12000,"rate_control":"CRF","crf":18,"keyint_sec":2,"profile":"high"}
|
Loading…
Reference in a new issue