gianni-rosato / svt-av1-psy

The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) with perceptual enhancements for psychovisually optimal AV1 encoding
https://svt-av1-psy.com
BSD 3-Clause Clear License
259 stars 20 forks source link

Update README.md #73

Closed BillyBob1354 closed 1 month ago

BillyBob1354 commented 1 month ago

"Modified Defaults" "minimum QM level" is no longer 0 by default.

gianni-rosato commented 1 month ago

It is still 0. https://github.com/gianni-rosato/svt-av1-psy/blob/e9b37c7b8f579b7501976e8d13a739256a988579/Source/Lib/Globals/enc_settings.c#L1076

Chroma min QM is 8, which is correctly documented. Closing.