#mp4 #mkv #exif #media #mediainfo

mediameta

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

6 releases

0.2.1 Apr 19, 2025
0.2.0 Mar 8, 2025
0.1.3 Oct 30, 2024

#186 in Video

Download history 6/week @ 2025-02-05 2/week @ 2025-02-26 125/week @ 2025-03-05 19/week @ 2025-03-12 4/week @ 2025-03-19 140/week @ 2025-04-16 16/week @ 2025-04-23 14/week @ 2025-04-30

170 downloads per month

Unlicense

28KB
607 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–16MB
~211K SLoC