标签: cordova cordova-plugins
根据文档,有一个MediaFile.getFormatData()方法返回视频文件的元数据。此功能无法正常显示:https://issues.apache.org/jira/browse/CB-4541
getFormatData()返回{"codecs":"","bitrate":0,"duration":0,"height":0,"width":0}。
{"codecs":"","bitrate":0,"duration":0,"height":0,"width":0}
现在有没有其他方法可以从Cordova的视频中获取此元数据?
答案 0 :(得分:0)
必须制作我自己的Cordova插件。
https://github.com/shahin8r/cordova-plugin-videometadata