interfasys / mediametadata

A cloud application which provides CRUD access to the metadata stored in images
GNU Affero General Public License v3.0
5 stars 1 forks source link

Media Metadata

Description

A cloud application, which provides CRUD access to the metadata stored in media files.

Images can contain extra information embedded in their header. The goal of this app is to extract that information at upload time and to store it in the database so that it can be used later by other cloud apps.

The three main types of metadata extracted in this application are as follows:

Here is the list of fields that we are currently or intend on extracting:

The information can be retrieved by calling a service from within an app or by using the REST API.

Maintainers

This project was developed during the Google Summer of Code 2016