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
453 downloads per month
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.
Links
- Documentation
- Examples
- media-sync - a media organization app based on this library.
Dependencies
~4–15MB
~202K SLoC