Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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!

like image 640
phongvcao Avatar asked Jul 12 '11 06:07

phongvcao


People also ask

What is a video metadata?

What is metadata in video? Metadata of a video file allows users to identify the characteristics of the file, making it easier to search, use and manage the video. The video metadata can, for instance, include the date the video was created, the creator's name, location, date of upload, and camera ID.

Does MP4 have metadata?

MP4 files can contain metadata as defined by the format standard, and in addition, can contain Extensible Metadata Platform (XMP) metadata.


1 Answers

MediaInfo library

like image 117
caltuntas Avatar answered Sep 24 '22 05:09

caltuntas