View Single Post
Posts: 3 | Thanked: 0 times | Joined on Jun 2008 @ Toronto, Canada
#1
Hello... I downloaded tablet-encode v2.20 to my Ubuntu box to convert avi files to a more playback-friendly format for my N800. I ensured the 'tablet-encode' script was executable, moved it to /usr/local/bin, but when I run:

tablet-encode [input].avi [output].avi

... it fails to convert any file irregardless of whatever settings I give it. 'ps -ax' reveals mplayer is running:

mplayer -endpos 0 -vo null -ao null -identify [original file].avi

... and just endlessly runs in the background until I kill it.

I have searched around the site and nobody else seems to have any problem running this script with the default options... Any help getting this app working properly would be appreciated!