The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.12-nmm1 (Linux)
|
Crashed ffmpeg... - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Crashed ffmpeg... (/thread-3634.html) Pages:
1
2
|
RE: Crashed ffmpeg... - kingcrimsonster - 17.03.2024 Question: NVEncC.exe" --check-features ... RC Modes 63 (CQP, CBR, CBRHQ, VBR, VBRHQ) ... In the Hybrid Encoding mode available Quote:Constant QualityThis is CQP? Quote:Constant QuantizerThis is CRF? This mode should not be supported NVEnc? Should he be removed from the list? RE: Crashed ffmpeg... - Selur - 17.03.2024 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 RE: Crashed ffmpeg... - kingcrimsonster - 17.03.2024 This is mistake: Quote:CQP = constant quantizer What mode does this last point Quote:constant qualitycorrespond to? RE: Crashed ffmpeg... - Selur - 17.03.2024 constant quality <> QVBR <> "--vbr 0 --vbr-quality <float>" see: https://github.com/rigaya/NVEnc/blob/master/NVEncC_Options.en.md#encode-mode-options Cu Selur |