[Ffmpeg-devel] New Video Codec for low grunt embedded CPU's
Steven Johnson
sjohnson
Wed Mar 22 12:20:01 CET 2006
Peter Cech wrote:
>On Wed, Mar 22, 2006 at 08:41:01AM +1100, Steven Johnson wrote:
>
>
>>Mike Melanson wrote:
>>
>>
>>
>>>Steven Johnson wrote:
>>>
>>>
>>>>Do you think I
>>>>should use a standard codec that already exists, and not re-invent the
>>>>wheel?
>>>>
>>>>
>>> It sounds like you know everything you want (which is everything).
>>>Have you looked at all the current available technologies?
>>>
>>>
>>
>>
>
>Did you take a look at GIF and MNG?
>
>
GIF is only 8Bpp, i need to also do at least 15Bpp as well, Plus its
just not very good.
And i've yet to see a single commercial application that supports MNG, I
(or more correctly my users) need to be able to generate animations
using off the shelf tools. Plus, doesnt MNG use ZLib as its primary
compression technique, like PNG does?
>If zlib is too slow for your application (decoding, right?),
>
Yes, decoding needs to be quick. Zlib is too slow.
> try
>Z_HUFFMAN_ONLY, Z_RLE or Z_FIXED strategies when compressing, it should
>speed up decompression as well (no ide how much).
>
>
Im not sure what you meant by this???
Steven J
More information about the ffmpeg-devel
mailing list