Changes between Version 6 and Version 7 of x264EncodingGuide
- Timestamp:
- 08/11/2012 08:39:04 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
x264EncodingGuide
v6 v7 21 21 }}} 22 22 23 bufsize is the "rate control buffer" so it will keep that "average" (4000k in this case) across every block of 1835k. 23 bufsize is the "rate control buffer" so it will keep that "average" (4000k in this case) across every block of 1835k. So basically it is assumed that the receiver/end player will buffer that much data so it's ok to fluctuate within that time span. 24 24 25 25 Of course, if it's all just empty/black frames then it will still serve less than that many bits/s (but it will raise the quality level as much as it can to try to satisfy the requested parameters).


