Hi, 
     This is something weired issue. I have a video file in sdcard (say mp4 
or 3gp). I can create a thumbnail of it 
using ThumbnailUtils.createVideoThumbnail("/sdcard/test.mp4", 
MediaStore.Images.Thumbnails.MINI_KIND). But the issue is if I copy the 
file(lets say "/sdcard/copied.mp4") and try to create a thumbnail out of 
it, the same API doesn't work and bitmap returns null. Here the copied file 
is not corrupted as I can browse that file through the file system and play 
it. On a high level,  I'm trying to save a video file & its thumbnail on to 
the cloud and before saving I would want to copy the video into the private 
space of the app so to avoid accidental delete of the video by the user. 

Thanks
umiii

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to