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)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



Selur's Little Message Board
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 Quality
This is CQP?

Quote:Constant Quantizer
This 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:
[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?


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