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.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype