drewnoakes / metadata-extractor

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

Fix frame rate calculation using handler duration #387

Closed payton closed 5 years ago

payton commented 5 years ago

Fixes #386

After fix, new frame rates as shown below (with sample file provided in corresponding issue):

Metadata-Extractor VLC Exiftool ffmpeg
30.051 30.050836 30.051 30.05

All frame rates in metadata-extractor-images remain the same.

drewnoakes commented 5 years ago

Thanks!