exiftool
exiftool copied to clipboard
A Node.js wrapper around exiftool, providing metadata extraction from numerous audio, video, document, and binary filetypes
Using Mac Yosemite and Node v0.10.26
Hi Nathan, I'd very much like to use your code in my firefox extension. Unfortunately, I don't know how to convert your node.js version to a pure js (not for...
Hi there, I am trying to dynamically get file details and i want to store it in db. When i am trying to run exif. it runs asynchronously so i...
You merged 0.0.4 pull request in 2015, but haven't publish yet. I'm looking for filepath support version. Please publish by `npm publish`.
Spent some time tracking down the Copyright URL and I don't seem to see it on the EXIF or IPTC lists on http://owl.phy.queensu.ca/~phil/exiftool/TagNames/ ... if this is still the correct...
Exiftool can output in JSON, probably should use that: ``` $ exiftool -j Images/test.jpg [{ "SourceFile": "Images/test.jpg", "ExifToolVersion": 10.55, "FileName": "193762.jpg", "Directory": "Images", "FileSize": "2.9 MB", "FileModifyDate": "2017:09:28 19:34:19+02:00", "FileAccessDate":...
Since that `0.0.4` started to support for filepaths, I think it would be better if we can add a basic test case for it. 😃
question
How does this differ from exiftool.js ? Original: https://github.com/mattburns/exiftool.js A node.js specific Fork, adding more Makernotes (and even more planned): https://github.com/redaktor/exiftool.js btw: Both repos have a Coverage Report comparing to...