You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.16.1: the quality number is named for the encoder, and carried across
The slider said CRF whatever was selected. On VVenC the number is a QP,
on NVENC a CQ, and it kept its value through a change of encoder, which
is the wrong value: x265's CRF 23 is not VVenC's QP 23 (nearer 28) nor
SVT-AV1's CRF 23 (nearer 30).
The label now follows the encoder on the Video tab, the Quality tab, in
the search window, the log, the queue and the output filename (_cq30,
_qp32, _crf23). Switching encoders converts the number to its rough
equivalent on the new scale, from one table anchored on x265 CRF 18/28
with the pairings FFmpeg's guides and the encoders' defaults suggest:
x264 23 = x265 28 = SVT-AV1/libaom 35 = VP9 34 = VVenC 32, NVENC CQ
tracking the software encoder of the same codec. The value is remembered
against the encoder it was set for, so a detour through ProRes or stream
copy converts from the last encoder that had a scale. Presets and saved
settings apply the codec before the number, so theirs is never converted.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QVrEsRs2c81KKkDJGftmQq
0 commit comments