Hi Phil,
I would like to add GPS tag to those raw files that do not have GPS tags and exclude those that already have the tags.
Or if there is a way to differentiate raw files that have and do not have GPS tags.
Thanks.
Try adding this to your command:
-if "not $gpslatitude"
This should avoid processing files that already contain GPSLatitude.
- Phil
Hi Phil,
That works fine.
Thanks.