metadata-extractor icon indicating copy to clipboard operation
metadata-extractor copied to clipboard

Any way of getting the bitrate of a video

Open guybashan opened this issue 4 years ago • 2 comments

I tried using this property: Mp4HintDirectory.TAG_AVERAGE_BITRATE

But the info seems to be completely wrong..

guybashan avatar Dec 23 '20 15:12 guybashan

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?

drewnoakes avatar Jan 04 '21 04:01 drewnoakes

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.

Nadahar avatar Jan 05 '21 00:01 Nadahar