drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.55k stars 479 forks source link

Any way of getting the bitrate of a video #516

Open guybashan opened 3 years ago

guybashan commented 3 years ago

I tried using this property: Mp4HintDirectory.TAG_AVERAGE_BITRATE

But the info seems to be completely wrong..

drewnoakes commented 3 years ago

Why do you think it's wrong? What value do you get, and what do you expect? Can you provide a sample file that reproduces this problem?

Nadahar commented 3 years ago

It should be noted that it's not uncommon for metadata to be wrong - which is part of the reason why both MediaInfo and FFmpeg analyzes/probes part of the stream itself. Metadata-extractor merely reads the metadata - as is its defined task.