#mp4 #media #mkv #exif #mediainfo

mediameta

This library provides a straightforward API to extract metadata from media files

4 releases

new 0.1.3 Oct 30, 2024
0.1.2 Oct 29, 2024
0.1.1 Oct 28, 2024
0.1.0 Oct 28, 2024

#138 in Video

Download history 453/week @ 2024-10-25

453 downloads per month

Unlicense

29KB
604 lines

MediaMeta

This library offers a simple, user-friendly API for accessing essential metadata, like creation date and media resolution, from various media files. It prioritizes performance by using Rust native libraries whenever possible, with an optional fallback to the external mediainfo tool to cover cases where Rust libraries lack specific functionality. The mediainfo fallback is not enabled by default and can be activated via a feature flag.

Future Plans:

  • Expand native support to more media types.
  • Add functionality to extract additional metadata fields beyond creation date and resolution.

Dependencies

~4–15MB
~202K SLoC