Luminous Landscape Forum

Equipment & Techniques => Cameras, Lenses and Shooting gear => Topic started by: Dave (Isle of Skye) on October 31, 2017, 04:32:03 pm

Title: A simple hack to open Sony A7r3 files with your existing software
Post by: Dave (Isle of Skye) on October 31, 2017, 04:32:03 pm
No need to upgrade your image processing software if you can already open A7r2 files, just use this simple hack instead, as it seems the RAW files are exactly the same, but the A7R3 model ID will not be recognised in your existing software, but you can trick it into it thinking the A7R3 RAWs are actually A7R2 RAWs and so it will then process and open them correctly - ;)

Download Exiftool first (free), then run the following command line:

exiftool.exe -sonymodelid="ILCE-7RM2" <rawfilename>

Here's a way to convert all files in a given directory:

exiftool -sonymodelid="ILCE-7RM2" -ext ARW -r <dir>

Source of this tip can be found here: Sony A7R3 simple RAW file conversion hack (http://www.fredmiranda.com/forum/topic/1514359/39#14232719)

I haven't tried this yet, but looks good  ;D

Dave