ZeroTalent
New Member
in XSplit, the quality setting 10 is equal to crf 25. I figured OBS would be the same. But, I noticed that when I set the custom x264 settings to crf=21, the logs say I am at quality 7.
Did I do something wrong? Or are the OBS quality settings different from the XSplit settings, so crf 21 is actually quality 7?
Also I'm just curious, if I want to use bitrate & ratetol for rate control, instead of crf, how do I turn off the crf/quality entirely?
Code:
=====Stream Start=====================================================================
Base resolution: 1920x1080
Output resolution: 1920x1080
------------------------------------------
Loading up D3D10...
------------------------------------------
Using auxilary audio input: Microphone (Realtek High Definition Audio)
------------------------------------------
Audio Encoding: AAC
bitrate: 128
Using custom x264 settings: "crf=21 tune=animation bframes=16" | okay, that's good
------------------------------------------
Video Encoding: x264
fps: 25
width: 1920, height: 1080
quality: 7 | hmmmmmm....
preset: faster
i444: no
max bitrate: 3500
buffer size: 10500
------------------------------------------
Total frames rendered: 2250, number of frames that lagged: 1 (0.04%) (it's okay for some frames to lag)
Number of b-frames dropped: 0, Number of p-frames dropped: 0
=====Stream End=======================================================================
Profiler results:
==============================================================
frame - [100%] [avg time: 14.256 ms] [avg calls per frame: 1] [children: 96.2%] [unaccounted: 3.84%]
| scene->Preprocess - [46.6%] [avg time: 6.645 ms] [avg calls per frame: 1]
| video encoding and uploading - [49.6%] [avg time: 7.064 ms] [avg calls per frame: 1] [children: 22%] [unaccounted: 27.5%]
| | CopyResource - [0.0421%] [avg time: 0.006 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [11.2%] [avg time: 1.59 ms] [avg calls per frame: 0]
| | call to encoder - [10.9%] [avg time: 1.547 ms] [avg calls per frame: 0]
==============================================================
Did I do something wrong? Or are the OBS quality settings different from the XSplit settings, so crf 21 is actually quality 7?
Also I'm just curious, if I want to use bitrate & ratetol for rate control, instead of crf, how do I turn off the crf/quality entirely?