[android-developers] Re: how to get the first frame of a video file ?

2009-06-17 Thread Ty
Very nice. Thanks much! On Jun 15, 7:00 pm, drstock andershagl...@gmail.com wrote: There still is no official way of doing this as far as I can tell. It can however be done I've discovered! The only thing you need is the java file for MediaMetadataRetriever from the cupcake

[android-developers] Re: how to get the first frame of a video file ?

2009-06-16 Thread drstock
There still is no official way of doing this as far as I can tell. It can however be done I've discovered! The only thing you need is the java file for MediaMetadataRetriever from the cupcake source:

[android-developers] Re: how to get the first frame of a video file ?

2009-06-13 Thread Ty
If anyone has a clue let us know! Thanks much! On May 5, 9:34 pm, Ty ty.mcdowell...@gmail.com wrote: Apparently this was added with Cupcake.  I cannot find it.  Anyone know how to create a video thumbnail? Ty On Apr 5, 8:54 pm, Wei twc0...@gmail.com wrote: Hi Dave, Are you meaning I

[android-developers] Re: how to get the first frame of a video file ?

2009-05-05 Thread Ty
Apparently this was added with Cupcake. I cannot find it. Anyone know how to create a video thumbnail? Ty On Apr 5, 8:54 pm, Wei twc0...@gmail.com wrote: Hi Dave, Are you meaning I can not use this class in my own application? But in MediaPlayerPerformance.java(framework folder), it can

[android-developers] Re: how to get the first frame of a video file ?

2009-04-08 Thread Wei
Hi Dave, I can build the AP in cupcake \packages\apps folder. But I still want to build the AP in eclipse. Is any way to do that? -wei On 4月6日, 上午9時54分, Wei twc0...@gmail.com wrote: Hi Dave, Are you meaning I can not use this class in my own application? But in

[android-developers] Re: how to get the first frame of a video file ?

2009-04-05 Thread Wei
Hi Dave, Are you meaning I can not use this class in my own application? But in MediaPlayerPerformance.java(framework folder), it can import MediaMetadataRetriever. Is any lib I need to load or ? Please give me some hint - wei --~--~-~--~~~---~--~~ You

[android-developers] Re: how to get the first frame of a video file ?

2009-04-03 Thread Dave Sparks
It's part of the system, not a separate class file you can import. On Apr 2, 12:12 am, Wei twc0...@gmail.com wrote: Hi Dave, Currently, I need use android.media.MediaMetadataRetriever. I can find MediaMetadataRetriever.java in source code but there is no MediaMetadataRetriever.class build

[android-developers] Re: how to get the first frame of a video file ?

2009-04-02 Thread Wei
Hi Dave, Currently, I need use android.media.MediaMetadataRetriever. I can find MediaMetadataRetriever.java in source code but there is no MediaMetadataRetriever.class build to out folder. Where can I get the class file. I need to import the android.media.MediaMetadataRetriever in my test AP.

[android-developers] Re: how to get the first frame of a video file ?

2009-03-07 Thread Dave Sparks
No, we're just adding support for extracting a static thumbnail. What is your use case? Where does the video stream come from? On Mar 5, 2:06 pm, elcadar mogrif...@gmail.com wrote: Will you be able to extract arbitrary frames from a video stream (not necessarily a file)? Essentially pull a

[android-developers] Re: how to get the first frame of a video file ?

2009-03-06 Thread elcadar
Will you be able to extract arbitrary frames from a video stream (not necessarily a file)? Essentially pull a frame every few seconds from outbound video stream and show a little image on screen? On Feb 11, 11:14 pm, Dave Sparks davidspa...@android.com wrote: There is no support for thumbnail

[android-developers] Re: how to get the first frame of a video file ?

2009-02-11 Thread Freepine
Opencore has a frame and metadata utility, and there is also an API as android.media.MediaMetadataRetriever.captureFrame() in Java layer, but it might not be available in public SDK. On Wed, Feb 11, 2009 at 8:49 PM, trust_chen chen trustc...@gmail.comwrote: how to get the first frame of a video

[android-developers] Re: how to get the first frame of a video file ?

2009-02-11 Thread Dave Sparks
There is no support for thumbnail extraction in SDK 1.0. It's coming in Cupcake as an adjunct to video record. On Feb 11, 7:30 am, Freepine freep...@gmail.com wrote: Opencore has a frame and metadata utility, and there is also an API as android.media.MediaMetadataRetriever.captureFrame() in