Sobesednik / node-exiftool

A Node.js interface to exiftool command-line application.
MIT License
91 stars 15 forks source link

How do i execute this command . -geotag #38

Closed jknair0 closed 2 years ago

jknair0 commented 7 years ago

exiftool -geotag "c:\gps logs\track.log" c:\images

z-vr commented 7 years ago

@jayakrishnan1236 you should make sure that "gps logs" doesn't have space, otherwise it won't work, and then do ep.readMetadata('c:\images', ['geotag c:\\gps_logs\\track.log']).