Skip to content

A simple Elixir metadata extractor for many types of files.

License

Notifications You must be signed in to change notification settings

solanav/extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'}

About

A simple Elixir metadata extractor for many types of files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages