Re: [android-developers] MediaMetadataRetriever does this work PLEASE Help?

2011-11-15 Thread New Developer
Horay ! ! ! ! funny that just retrieve.getFrameAtTime(frame);vs retrieve.getFrameAtTime(frame * 1000); can make such a HUGE difference, now If I can just make it smoother Thanks all On 11/14/2011 01:34 PM, New Developer wrote: No matter what I pass as a value to getFrameAtTime()

Re: [android-developers] MediaMetadataRetriever does this work PLEASE Help?

2011-11-15 Thread New Developer
So my play loop is loadFrame() { frames.incrementProgressBy(326-(playSpeed*30)); frames is a seekbar frame = frames.getProgress(); pict = retriever.getFrameAtTime(frame*1000); mBitmap = Bitmap.createBitmap(pict, 0, 0, 1060,600, matrix, false);

Re: [android-developers] MediaMetadataRetriever does this work PLEASE Help?

2011-11-14 Thread New Developer
No matter what I pass as a value to getFrameAtTime() always displays the first frame If I keep a copy of the past frames and compare them they are not the same neither is the pixel array from getPixels So the bitmap must be updating but just not displaying on screen. I have tried setting the