Like I said, guys, I know what VBR is. Perhaps my question is beyond the scope of a forum and I’d need to read up on h264 encoding.
I wanted to know how it decides where to allocate its allotted bits for compression:
Judging by how low-bitrate compression often looks like blocks, I’m guessing the algorithm partitions the frame into rectangles, and smaller rectangles within those rectangles until it isolates partitions that have movement. But does an algorithm decide between preserving finer detail or does it distribute its compression “equally”?
How does a VBR encoder decide that it “needs” to tap into its peak bitrate, etc?
I know with 2-pass encoding it’s:
1-pass analyzes the clip
2nd pass encodes the clip.
How does the 1st pass analyze the clip? What’s the methodology there?