View Single Post
Posts: 5 | Thanked: 1 time | Joined on Jul 2007 @ Sussex
#25
Originally Posted by JeffElkins View Post
One other change...

I changed:

Code:
 push @params, '-ffourcc', 'DIVX';
To:
Code:
 push @params, '-ffourcc', 'FMP4';
and the output file plays in both mplayer and Nokia media player.
That may help on the Nokia 800 or later, but changing from DIVX stops it working in the nokia media player on my 770.

There is a bug on the maemo garage site
[#1900] tablet-encode produces videos unplayable on a 770 (audio codec not supported)

I modified tablet-encode, and changed back to DIVX. And files now work, however best doesn't work in Nokia player (maybe only mplayer not yet checked)

Wierd that changing the fourcc, gives a audio codec error in 770's nokia media player!

Any chance of a 770 option in tablet encode Andrew?