How to read video metadata (C/C++)?

寵の児 提交于 2019-11-28 08:28:11

问题


I am trying to write a small music manager in Linux using C++. I am currently using TagLib to read the media's metadata. However, as far as I know, TagLib does not support reading tags (title, artist, etc...) from a video. Therefore, I just want to ask you guys if there is any other library I can use to read the tags (title, artist, etc...) of a video file?

Thank you for answering my question! You guys have a good week!


回答1:


MediaInfo library



来源:https://stackoverflow.com/questions/6660321/how-to-read-video-metadata-c-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!