nathanpeck / exiftool

A Node.js wrapper around exiftool, providing metadata extraction from numerous audio, video, document, and binary filetypes
MIT License
81 stars 26 forks source link

Support for filepaths #5

Closed jakobra closed 9 years ago

jakobra commented 9 years ago

Adding support to use filepaths to extract data to increase speed, especially for large files like movies. No need to read large files with fs.

nathanpeck commented 9 years ago

Thanks!