I want to add Latitude-Longitude a lot of image ( jpg )

Started by congthanh, April 27, 2019, 12:55:54 PM

Previous topic - Next topic

congthanh

I try to find how can i add Latitude-Longitude a lot of image ( jpg )

Thank you

StarGeek

The basic command would be
exiftool -GPSLatitude=### -GPSLatitudeRef=N/S -GPSLongitude=### -GPSLongitudeRef=E/W FileOrDir

Replace ### with the coordinates, N/S and E/W with North/South/East/West, FileOrDir with the files and/or directories to process.

To help you do so in bulk would require some more info from you, such as how your data is currently formatted.
* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).