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.
Asked
Active
Viewed 1,201 times
1 Answers
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.