[android-developers] Re: Stagefright Mediaextractor: how to detect interlaced streams in video files?

2010-10-21 Thread Shashank
Yes Deva, You are right. The information regarding interlace is stored in compressed bit stream. Codec component should be able to provide this information to the application, i.e. OMX Client. In case of Android :: Stagefright, its OMXCodec.cpp. Once this information is retrieved, developer can

[android-developers] Re: Stagefright Mediaextractor: how to detect interlaced streams in video files?

2010-10-04 Thread Deva R
[resolved now] i realized lately that its beyond the scope of file parser., and supposed to be done by codec component. written a custom parser to detect interlaced content, and posted to local gerrit - http://review.omapzoom.org/#change,6889 -- Regards, Deva www.bittoggler.com On Tue, Sep 7,