bitrate mode wip

This commit is contained in:
minjaesong
2025-09-30 16:06:58 +09:00
parent 7f22ec8cc7
commit 0f784eb741
4 changed files with 287 additions and 22 deletions

View File

@@ -917,7 +917,8 @@ transmission capability, and region-of-interest coding.
uint8 Video Flags
- bit 0 = unused
- bit 1 = is NTSC framerate
- bit 2 = is lossless mode (shorthand for `-q 5 -Q1,1,1 -w 0`)
- bit 2 = is lossless mode
(shorthand for `-Q1,1,1 -w 0 --intra-only --no-perceptual-tuning --arate 384`)
- bit 3 = has region-of-interest coding (for still images only)
uint8 Encoder quality level (stored with bias of 1 (q0=1); used to derive anisotropy value)
uint8 Channel layout (bit-field: bit 0=has alpha, bit 1=has chroma inverted, bit 2=has luma inverted)