Selur's Little Message Board

Full Version: Crashed ffmpeg...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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?
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
This is mistake:
[Image: 2c56adee0276f2bbec56ae974a8cf126.jpg]

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?
constant quality <> QVBR <> "--vbr 0 --vbr-quality <float>"
see: https://github.com/rigaya/NVEnc/blob/mas...de-options

Cu Selur
Pages: 1 2