Right, I've added support to check the sample rate of the video as well as the bitrate; it can be got here: https://garage.maemo.org/plugins/scm...oot=mediautils Please let me know if it works. This version also includes subtitle support and, before release, will fix the issue with two-pass encoding. Thanks, Andrew
So I made the minimum rate zero. ':vrc_buf_size=450'. #':vrc_minrate='.int($ovbitrate / 2). ':vrc_minrate='.int(0). ':vrc_maxrate='.max($ovbitrate * 1.25, 1000);