Page 1 of 1

While the a99 is not officially supported in Lr/ACR,..

Posted: Thu Sep 13, 2012 11:39 pm
by agorabasta
It still is possible to change an a99 raw file EXIF data so that it's treated as an a77 raw file, and then it opens fine in Lr/ACR.

You need just to change the SonyModelID tag from '294' for '287'.

Here's a command for the exiftoolgui.exe 'exiftool direct' command to change that parameter over all a99 files from the root directory down -

Code: Select all

-n -m -r -ext ARW -Sony:SonyModelID-=294 -Sony:SonyModelID=287 *
P.S. It's better to delete this thread as soon as it becomes obsolete.