ExifTool Forum

ExifTool => Newbies => Topic started by: dgood on December 07, 2016, 08:26:33 PM

Title: Sony Makernotes to Exif
Post by: dgood on December 07, 2016, 08:26:33 PM
Hello,
In the Sony Makernotes, it records the ambient temperature as: 0x0004 AmbientTemperature. I'd like to take that value and copy it to the Exif tag 0x9400 AmbientTemperature.

How can I do that?
Title: Re: Sony Makernotes to Exif
Post by: Phil Harvey on December 07, 2016, 09:01:35 PM
exiftool "-exif:ambienttemperature<sony:ambienttemperature" FILE

- Phil
Title: Re: Sony Makernotes to Exif
Post by: dgood on December 07, 2016, 10:31:45 PM
Thank You!
Title: Re: Sony Makernotes to Exif
Post by: dgood on December 08, 2016, 09:39:38 PM
Phil,
Is there an XMP equivalent to the Exif AmbientTemperature tag? I was looking through your docs and couldn't find anything, but wanted to check with you.
Title: Re: Sony Makernotes to Exif
Post by: StarGeek on December 08, 2016, 10:54:40 PM
It doesn't look like there is at this time.  A quick test with exiftool -xmp:ambienttemperature=10 returns "Warning: Tag 'xmp:AmbientTemperature' is not supported".  Previously (https://exiftool.org/forum/index.php/topic,7664.msg39046.html#msg39046), Phil said that the XMP specs for the new Exif tags weren't out yet.