

The point is that i want to learn how remove these tags and similar tags with a command lineįor what i know exiftool is the most powerfull tool
EXIFTOOL EXAMPLE DOWNLOAD
find ~/your/pictures/ -type f -name '*.I have download exiftool.exe version 12.29įor example may I know the command line to remove the tag DocumenteNotes (tag of IPTC ?Īnd for example may i know how remove the tag Artist in the IFD0 ? Keywords can also be stored in the subject tag, so we clean that too. Use echo exiftool to see what command is actually being called when testing. This example uses bash expansion to create multiple -keywords-= statements from the words inside of the braces. This is useful when scanning or photographing film or prints where you do not want the current date associated with the image. The following example increases all metadata dates by 1 minute and 56 seconds. This adds some stock metadata describing characteristics of the lens that are always true, which helps these photos sorting accurately, etc. Rokinon 85mm is a mechanical lens with no electronics, so no data about photos taken with it are stored in the image. Creator Tool : Adobe Photoshop Lightroom 6.14 (Macintosh) Distortion Correction Already Applied: True Photoshop Thumbnail : (Binary data 12008 bytes, use -b option to extract) Thumbnail Image : (Binary data 12008 bytes, use -b option to extract) Profile Copyright : Copyright (c) 1998 Hewlett-Packard Company Here is an example of each unique column 1 in a file $ exiftool -a -u -G:1:2 "$filename" | sort -u -k1,1 This prints out a lot more information than normal usage, and indicates what type of metadata it is. $ exiftool -Rights='All rights reserved' - "$filename" Show tags in a format that you can use to rewrite them exiftool -S - "$filename"įor example $ exiftool -S - "$filename" | grep Daniel Tricks Strip all tags exiftool -all= "$filename" Move short videos to one dir, long videos to another dirĪdd missing date metadata to Nintendo Switch screenshotsĬLI Tool to read and write image metadata for many kinds of images. Rename files into subdir based on multiple tags Use TestName tag target to test what files would be renamed to Rename files based on a set of possible names Generate rsync commands for files matching a string Generate a table of Filename, Camera Model and File Size in bytes, sorted by bytes

Set file modify time to image capture time Rename files into directories with date components as directory names Rename files to their original date and time using a lower case file extension Rename GPX files based on the capture time Set all dates to something obviously wrong

Show tags in a format that you can use to rewrite themĬorrect EXIF time, for instance to sync with GPS time
