Extractor

A simple Elixir metadata extractor for many types of files.

Implemented entirely as a NIF binding to the libextractor library.

Currently only working on linux. Should be easy to adapt to windows tho.

Usage

iex> Extractor.extract(File.read!("a.jpg"))
{'gstreamer', 'pixel aspect ratio', 1, 'text/plain', '1/1'}