Expand description
CRF/quality optimizer for finding optimal encoding parameters.
This module provides binary search over CRF space to find the optimal encoding quality that meets a given target within bitrate constraints.
Structsยง
- Bitrate
Model - Bitrate model for predicting bitrate from CRF and content complexity.
- CrfOptimizer
- CRF optimizer using binary search over the CRF space.
- CrfOptimizer
Result - Result of CRF optimization.
- CrfRange
- CRF range definition for a codec.
- Quality
Target - Quality target specification.