Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there any way to detect the video format supported by an Android phone programaticaly? When I am trying to play a .mp4 video one of the test phones shows the error "Sorry this video cannot played". In such situation I want to detect the supported video format and convert the .mp4 to that format.

share|improve this question

1 Answer

You can try Android Supported Media Formats or for more clarification you can direct google the specification of your device.

http://www.gsmarena.com/ is one of very good site for viewing device specification

share|improve this answer
Thanks.But I want to detect it programaticaly. – user1414146 Jun 25 '12 at 8:15
Then you should mentioned that part in the question – Lucifer Jun 25 '12 at 8:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.