Posts: 329
Threads: 107
Joined: May 2017
Question:
NVEncC.exe" --check-features
...
RC Modes 63 (CQP, CBR, CBRHQ, VBR, VBRHQ)
...
In the Hybrid Encoding mode available
Quote:Constant Quality
This is CQP?
Quote:Constant Quantizer
This is CRF? This mode should not be supported NVEnc? Should he be removed from the list?
Posts: 10.982
Threads: 57
Joined: May 2017
CQP = constant quantizer
CBR = constant bitrate (not supported by NVEncC)
CBRHQ = constant bitrate higher-quality (this is named 'constant bitrate' in Hybrid)
VBR = variable bitrate
Quote:This mode should not be supported NVEnc?
According to 'RC Modes 63 (CQP, CBR, CBRHQ, VBR, VBRHQ)' CQP is supported
Quote:Should he be removed from the list?
since it's supported: No
Cu Selur
Posts: 329
Threads: 107
Joined: May 2017
This is mistake:
Quote:CQP = constant quantizer
CBR = constant bitrate (not supported by NVEncC)
CBRHQ = constant bitrate higher-quality (this is named 'constant bitrate' in Hybrid)
VBR = variable bitrate
What mode does this last point
Quote:constant quality
correspond to?
Posts: 10.982
Threads: 57
Joined: May 2017
constant quality <> QVBR <> "--vbr 0 --vbr-quality <float>"
see:
https://github.com/rigaya/NVEnc/blob/mas...de-options
Cu Selur