grunkly
18th January 2026, 12:12
Title: Question about using identical CRF/QP quality thresholds for x265 (HEVC) and x264 (AVC)
Hello everyone,
I would like to ask for feedback regarding a practical but conceptually important issue in how x265 (HEVC) and x264 (AVC) encodes are sometimes evaluated, especially when encoding anime from HD sources.
Context
In some community-driven release standards, x265 and x264 encodes are evaluated using identical QP “quality ranges”, independently of the codec.
For example, the ranges used to classify encodes could be:
- QP < 23 = Good
- QP 23–25 = Average
- QP > 25 = Poor
This implies that:
“a given QP/CRF value has the same qualitative meaning in x265 and x264.”
I would like to question this assumption.
---
The core issue
QP (or CRF-derived QP) does not directly measure image quality.
It controls the quantization of the prediction residual.
Since:
- x265 and x264 use different prediction models (intra directions, motion models, CTU vs macroblocks, transforms, filtering, etc.),
- the residual signal being quantized is fundamentally different,
the same QP value cannot be assumed to correspond to the same perceptual quality across codecs.
In other words:
QP has a similar mathematical role, but a different semantic meaning in x265 vs x264.
---
Practical implications
Applying identical CRF/QP thresholds can lead to misleading results, for example:
- an x264 encode classified as “good”,
- while an x265 encode with a higher CRF/QP could be classified as “worse” by the same standard,
- even if it is objectively better in visual fidelity.
This issue becomes more relevant at medium-to-high CRF values, while differences are smaller at very low CRF.
---
Bit depth considerations
In HEVC, bit depth adds another layer:
- 10-bit operation is native and better optimized than 8-bit,
- QP values alone do not guarantee the same quality across different bit depths.
---
Questions for the community
From a technical standpoint:
1. Is it correct to apply identical QP ranges (such as Good = <23, Average = 23–25, Poor = >25) to x265 and x264, treating the parameter as if it represents the same perceptual quantity?
2. Or should QP be considered codec-relative, with potentially separate evaluation ranges or interpretations for x265 and x264?
3. Specifically for anime from HD sources, does it make sense to encode in x265 at 8-bit at all, given that 10-bit operation is natively better optimized?
I would appreciate insights from users experienced with encoder internals on how to approach these issues in practice.
Thank you in advance for any input.
Hello everyone,
I would like to ask for feedback regarding a practical but conceptually important issue in how x265 (HEVC) and x264 (AVC) encodes are sometimes evaluated, especially when encoding anime from HD sources.
Context
In some community-driven release standards, x265 and x264 encodes are evaluated using identical QP “quality ranges”, independently of the codec.
For example, the ranges used to classify encodes could be:
- QP < 23 = Good
- QP 23–25 = Average
- QP > 25 = Poor
This implies that:
“a given QP/CRF value has the same qualitative meaning in x265 and x264.”
I would like to question this assumption.
---
The core issue
QP (or CRF-derived QP) does not directly measure image quality.
It controls the quantization of the prediction residual.
Since:
- x265 and x264 use different prediction models (intra directions, motion models, CTU vs macroblocks, transforms, filtering, etc.),
- the residual signal being quantized is fundamentally different,
the same QP value cannot be assumed to correspond to the same perceptual quality across codecs.
In other words:
QP has a similar mathematical role, but a different semantic meaning in x265 vs x264.
---
Practical implications
Applying identical CRF/QP thresholds can lead to misleading results, for example:
- an x264 encode classified as “good”,
- while an x265 encode with a higher CRF/QP could be classified as “worse” by the same standard,
- even if it is objectively better in visual fidelity.
This issue becomes more relevant at medium-to-high CRF values, while differences are smaller at very low CRF.
---
Bit depth considerations
In HEVC, bit depth adds another layer:
- 10-bit operation is native and better optimized than 8-bit,
- QP values alone do not guarantee the same quality across different bit depths.
---
Questions for the community
From a technical standpoint:
1. Is it correct to apply identical QP ranges (such as Good = <23, Average = 23–25, Poor = >25) to x265 and x264, treating the parameter as if it represents the same perceptual quantity?
2. Or should QP be considered codec-relative, with potentially separate evaluation ranges or interpretations for x265 and x264?
3. Specifically for anime from HD sources, does it make sense to encode in x265 at 8-bit at all, given that 10-bit operation is natively better optimized?
I would appreciate insights from users experienced with encoder internals on how to approach these issues in practice.
Thank you in advance for any input.