简体   繁体   English

使用exiftool将经过地理标记的图像保存到新目录

[英]Save geotagged images to new directory using exiftool

I am trying to use exiftool in command line. 我正在尝试在命令行中使用exiftool。

By default exiftool saves geotagged image in the same directory where the original image is. 默认情况下,exiftool将带有地理标记的图像保存在原始图像所在的目录中。 Can I change this behavior and change the directory of geotagged image to new directory. 我可以更改此行为并将地理标记图像的目录更改为新目录吗?

You want to look at the -o option . 您要查看-o选项 The second example under Writing Examples shows this option. 编写示例下的第二个示例显示了此选项。 In your case, it would be something like: 在您的情况下,它将类似于:
exiftool -GPSLatitude=0.000 -GPSLongitude=0.000 -GPSLatitudeRef=S -GPSLongitudeRef=W -o /path/to/New/GPSTaggedFiles/ /Source/Path/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM