On Fri, Feb 24, 2012 at 05:44, justin <[email protected]> wrote: > Hello all, > I have already compiled the 0.10 ffmpeg and using this lib in my android > project. > It's known that the libstagefright can support H.264 decoding right now. But > I wonder whether there is a way make libstagefright also decode MPEG-2 > video. > > Thanks! > -- > justin
Your question is hardly relevant to libav-user mailing list, but anyway. In Android, libstagefright provides software and hardware decoders. The software decoders (for v.0, ICS) support: MEDIA_MIMETYPE_VIDEO_MPEG4, MEDIA_MIMETYPE_VIDEO_H263, MEDIA_MIMETYPE_VIDEO_AVC, MEDIA_MIMETYPE_VIDEO_VPX. The hardware decoders may deal with other video types, but they depend on the specific hardware. For example, some devices based on the Tegra chip may have OMX.Nvidia.mpeg2v.decode that supports MEDIA_MIMETYPE_VIDEO_MPEG2. BR, Alex _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
