2
0
Fork
You've already forked pats
0
Page: Home
2 Home
ojrandom edited this page 2024年09月23日 14:47:33 +00:00

Remove serial numbers and unique ids from Canon CR3

Canon raw files contain something like...

Internal Serial Number : KQ0012345
Serial Number : 011022003456
Lens Serial Number : 1110000123
Image Unique ID : aaa12345678b123456cccc1d1234e1f12

To remove them...

exiftool -internalserialnumber= -overwrite_original *.CR3
exiftool -imageuniqueid=0 -overwrite_original *.CR3
exiftool -"*Serial*"= -overwrite_original *.CR3