Hello,
I would like to run the following command to delete the MakerUnknown:
exiftool -u -MakerUnknown:all= "bad.jpg_original"
Unfortunately I get the following message:
Warning: Not a deletable group: MakerUnknown
Nothing to do.
Is there any way to delete the MakerUnknown?
Thanks a lot
In the same picture I have the same problem with Huawei:
>exiftool -u -g1 -Huawei:all "schlecht.jpg_original"
---- Huawei ----
Unknown 0x0101 : 1
Unknown 0x0102 : 94
Unknown 0x0103 : 781
Unknown 0x0104 : 12851
Unknown 0x0105 : 12342
Unknown 0x0106 : 12339
Unknown 0x0107 : ..
>exiftool -u -g1 -Huawei:all= "schlecht.jpg_original"
Warning: Not a deletable group: Huawei
Nothing to do.
Use exiftool -listd to list all deletable groups. You'll have to use -makernotes:all to do this.
- Phil