I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-03-19 09:10:35.110144-07 by exiftool in response to 12571
Re: GPS: Create XMP from EXIF
Hi Norb,

Yes. The -@ option may be used with the "gps2xmp.args" file (included in the full distribution) to do exactly what you want.

# # File: gps2xmp.args # # Description: Argument file for copying GPS information from EXIF to XMP # # Usage: exiftool -tagsFromFile SRCFILE -@ gps2xmp.args DSTFILE # # Revisions: 2009/01/09 - P. Harvey Created # # Notes: Most of the GPS tags are copied by the first argument, but # the XMP GPS coordinates and date/time tags are composites of # more than one EXIF GPS tag, so they are handled separately. # -XMP:all < GPS:all -XMP:GPSLatitude < Composite:GPSLatitude -XMP:GPSLongitude < Composite:GPSLongitude -XMP:GPSDateTime < Composite:GPSDateTime # end

- Phil
Direct Responses: 12575 | Write a response