Hi,<br><br>When creating files suitable for internet streaming (eg, Youtube) I typically configure VBV like this:<br>--vbv-maxrate 100 --vbv-bufsize 100<br>Where maxrate is set to the minimum network speed supported, and bufsize was set so that playback would begin within a second or so (start delay = vbv-init * maxrate/buffer)<br>
<br>But this is an alternate configuration:<br>--vbv-maxrate 100 --vbv-bufsize 500 --vbv-init 0.2<br><br>I can&#39;t think of any reason why this second form would be worse. If I was encoding for a hardware decoder with a fixed buffer it would be problematic, but for a software decoder it should be fine.<br>
<br>Am I missing something, or would it be better to encode all my files with an enormous buffer and recalculated init?<br><br>Alex<br>