[MPlayer-dev-eng] Symbion Media player for the Nokia 7650

D Richard Felker III dalias at aerifal.cx
Tue Feb 11 17:15:39 CET 2003


On Tue, Feb 11, 2003 at 03:30:51PM +0000, Michael Brewer wrote:
> Hi there 
> 
> I am working on a open source project to write a very simple video
> player for the Nokia 7650 mobile phone. Which file format would be the
> easiest to use? The processor on these phones does not do floating point
> arithmetic? Is there a interger only video decoder? Would mjpeg work the
> best or mpeg?
> 
> Thanks for your time

Basically they're all integer-only, aside from some higher level code
with minimal float usage. That could be removed if needed, but it's
probably not a performance issue anyway. I would strongly recommend
using mpeg4 if you can get it fast enough, since mjpeg doesn't
compress well at all, and mpeg1 even takes a lot of space for
tolerable quality.

Rich



More information about the MPlayer-dev-eng mailing list