View Single Post
Posts: 8 | Thanked: 8 times | Joined on Aug 2009
#37
Originally Posted by Jaffa View Post
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
This version works well but it often fails silently on two-pass encoding. By making the change proposed by Frank Banul in thread http://forums.internettablettalk.com...ad.php?t=25926 this is solved, so now it downsamples to 44100 and I can use a .tablet-encode.conf containing '$options{'two-pass'} = 1;'

From Frank's post:

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);
It looks like development on this and almost every other N8*0 project is stopped but it would be nice to see a revised version of the script released so it can be found and enjoyed easily, instead of via a myriad of google searches, chance discovery of this unreleased version (which as far as I can tell is referenced nowhere except in this thread, and is not accessible via the usual garage/project pages), and DIY corrections.

People are still buying these devices
 

The Following User Says Thank You to takla For This Useful Post: