[mythtv-users] Mythweb and nokia n900

Wes Hardaker wjhns176 at hardakers.net
Fri May 28 23:59:04 UTC 2010


>>>>> On Fri, 28 May 2010 14:29:29 -0400, Eric Sharkey <eric at lisaneric.org> said:

ES> I don't think it's a codec issue.  I also have an N900 (and love it)
ES> but I haven't been able to get this part of it to work either.  The
ES> reason it's not a codec issue is because if I copy the files to the
ES> phone or try to play them over NFS they play fine.

FYI, I find that transcoding them to smaller files makes them easier to
play (IE, just copy them to the internal drive and then you can play
them on a plane or something too ;-)

I do it with the following command:

/usr/bin/ffmpeg -i THEINPUTFILE.mpg  -f mp4 -vcodec mpeg4 -maxrate 1000k
-b 700k -qmin 3 -qmax 5 -bufsize 4096k -g 300 -acodec libfaac -ab 192k
-s 640x480 -aspect 4:3 THEOUTPUTFILE.mpg

(changing "THEINPUTFILE" and "THEOUTPUTFILE" as apporpriate)

-- 
Wes Hardaker                                     
My Pictures:  http://capturedonearth.com/
My Thoughts:  http://pontifications.hardakers.net/


More information about the mythtv-users mailing list