ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: phunkypolaroid on November 10, 2022, 02:13:08 PM

Title: Code to delete Serial Number
Post by: phunkypolaroid on November 10, 2022, 02:13:08 PM
I am seeking help with code to enter in MacOS Terminal application to delete Serial Number of iPhone pictures. Thank you.

exiftool -SerialNumber= -overwrite_original ~/Pictures/New/*
Title: Re: Code to delete Serial Number
Post by: StarGeek on November 10, 2022, 02:26:46 PM
In what way is that command not working?
Title: Re: Code to delete Serial Number
Post by: Hubert on November 10, 2022, 03:14:47 PM
This forum thread (https://exiftool.org/forum/index.php?topic=7609.0) and images from my iPhone 12 mini would suggest that iPhone images do not contain any sort of camera serial number.

What happens if you try something like

exiftool ~/pictures/new/iPhoneImageName.jpg | grep -i serial
(Where iPhoneImageName is the name of an imagine in that directory).