Changes between Version 6 and Version 7 of x264EncodingGuide


Ignore:
Timestamp:
08/11/2012 08:39:04 AM (9 months ago)
Author:
rogerdpack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • x264EncodingGuide

    v6 v7  
    2121}}} 
    2222 
    23 bufsize is the "rate control buffer" so it will keep that "average" (4000k in this case) across every block of 1835k. 
     23bufsize 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. 
    2424 
    2525Of 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).