Sony Makernotes to Exif

Started by dgood, December 07, 2016, 08:26:33 PM

Previous topic - Next topic

dgood

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?

Phil Harvey

exiftool "-exif:ambienttemperature<sony:ambienttemperature" FILE

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

dgood


dgood

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.

StarGeek

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, Phil said that the XMP specs for the new Exif tags weren't out yet.
"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