Expand description
Segment-level CRF adaptation for the viser video-encoding-optimizer workspace.
Analyzes spatial/temporal complexity across the source, then for each short (typically
1-second) segment runs a closed-loop binary search over CRF, encoding and measuring VMAF
until the target quality is met within tolerance. The entry point adapt returns
per-segment CRF choices along with overall bitrate/VMAF averages and the complexity profile.
Structs§
- Config
- Config for segment-level CRF adaptation.
- Result
- Complete output of a segment-level CRF adaptation.
- Segment
Result - Adaptation result for a single segment.
Functions§
- adapt
- Runs segment-level adaptation.