-1

I am developing a media player in Qt and using libvlc as my base to built the player. Now I want to read the various information about the video like it's resolution, codec, duration etc.

I have tried to extract the metadata using '''libvlc''' but they require the video to be played to read the metadata.

I want to read metadata without playing the video file.

Vinay Kumar
  • 674
  • 2
  • 9
  • 21

1 Answers1

0

I used mediainfo to read the metadata as mediainfo don't require you to play the video to extract the information from the video.

Vinay Kumar
  • 674
  • 2
  • 9
  • 21