ExifTool Forum

ExifTool => Newbies => Topic started by: pege78 on November 15, 2022, 11:52:33 PM

Title: change model command not working
Post by: pege78 on November 15, 2022, 11:52:33 PM
i am using the following command to change the modelname of the camera

original name is ILCE-7RM5

exiftool.exe -model="ILCE-7RM4" DSC00009.ARW

Warning: [minor] Oversized SubIFD StripByteCounts (122419200 bytes, but expected 107116800) - DSC00009.ARW
    1 image files updated


the model name is not updated in the the raw file.

Title: Re: change model command not working
Post by: Phil Harvey on November 16, 2022, 10:21:36 AM
ExifTool says the file was updated, so I think this is FAQ 3 (https://exiftool.org/faq.html#Q3).

- Phil
Title: Re: change model command not working
Post by: pege78 on November 16, 2022, 11:54:52 PM
Thank you phil, it was not the modelid , it was the sonymodelid

exiftool.exe -sonymodelid="ILCE-7RM4" *.ARW

this one worked

Peter