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

Well, is cool to change the comand #9

Open jamlfy opened 9 years ago

jamlfy commented 9 years ago

This will help much when the command console is not directly ie

$ ./vendedor/0.9.4/exiftool
Syntax:  exiftool [OPTIONS] FILE

Consult the exiftool documentation for a full list of options.

How to call would look like

var exiftool = require('exiftool')('my-comand-exiftool');
exiftool.metadata(...);