MediaToolkit is meant to provide an API for applications to handle their media files, specially incoming files. More than being a comprehensive library for manipulating media, this means to be able to handle correctly media files that are uploaded: such as querying thefile’s metadata for validation or simple editing operations (conversions, rotation, resizing, etc.) before being saved in the database.
It’s divided into three extensions (Audio, Image, Video) so that only the one needed is used and no unnecessary dependencies are added to the project.
Currently available operations:
Image
Video
Audio
Roadmap: