标签: android video
我需要检索视频的属性,如分辨率(高度/宽度),文件格式,比特率......等.i使用MediaMetadataRetriever获取一些属性。还有其他方法可以获取这些属性。
答案 0 :(得分:0)
我寻求相同的信息,我发现最好的解决方案是使用MediaMetadataRetriever
Retrieve the width and Height of a video in Android
我使用这个解决方案,结果是完美,高效和精确的。