scowpert wrote: > I have been having issues getting our .mp4s to play on my Android. We > have over 1300 assets that we want to make sure will work with all > handsets. When I try to playback the 640x360 h.264 (5megs) videos I'm > getting an error saying that the video is too large. I have not been > able to find the exact specs for videos on Android. Does anyone know > where I can find these?
The only traditional documentation on this topic is here: http://developer.android.com/guide/appendix/media-formats.html You might also want to watch the Mastering the Android Media Framework presentation from this year's Google I/O conference: http://code.google.com/events/io/2009/sessions/MasteringAndroidMediaFramework.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in US: 11-15 January 2010: http://onlc.com -- 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

