3

i need to retreive properties of video like resolution(height/width) ,file format ,bitrate .. etc ..i used MediaMetadataRetriever to get some properties .Is there any other way of getting those properties.

RanjitRock
  • 1,421
  • 5
  • 20
  • 36

1 Answers1

0

I seek for the same information and i found that the best solution is use MediaMetadataRetriever

Retrieve the width and Height of a video in Android

I use this solution and the result are perfect, efficient and precise.

Community
  • 1
  • 1
Aracem
  • 7,227
  • 4
  • 35
  • 72