jnrphone.blogg.se

Exiftool windows 10
Exiftool windows 10







Output requested metadata in binary format without tag names or descriptions ( -b or -binary). Also note that the second command above will produce warning messages for any tags which are not writable.Īs well, the -sep option should be used as in the second command above to maintain separate list items when writing metadata back to image files, and the -struct option may be used when extracting to preserve structured XMP information.

exiftool windows 10

For instance, the FileName and Directory tags are excluded in the example above to avoid renaming and moving the destination file. Note: Be careful when copying information with this technique since it is easy to write tags which are normally considered "Unsafe". If no destination group is specified, the information is written to the preferred group. 0All writes to the same family 0 group as the source). A destination group and/or tag name of All or * writes to the same family 1 group and/or tag name as the source (but the family may be specified by adding a leading number to the group name, eg. Wildcards are allowed in both the source and destination tag names. Source and/or destination tags may be prefixed by a group name and/or suffixed by #. Note that this argument must be quoted to prevent shell redirection, and there is no = sign as when assigning new values. Has no effect unless SRCTAG exists in SRCFILE.

  • Recursively rename all JPEG photos in a directory based on the DateTimeOriginal field: exiftool '-filename DSTTAG'" on the command line after -tagsFromFile, and causes the value of SRCTAG to be copied from SRCFILE and written to DSTTAG in FILE.
  • Only change the DateTimeOriginal field subtracting 1.5 hours, without keeping backups: exiftool -DateTimeOriginal-=1.5 -overwrite_original.
  • Move the date at which all JPEG photos in the current directory were taken 1 day and 2 hours backward: exiftool "-AllDates-=0:0:1 2:0:0" -ext jpg.
  • exiftool windows 10 exiftool windows 10

  • Move the date at which all photos in a directory were taken 1 hour forward: exiftool "-AllDates+=0:0:0 1:0:0" path/to/directory.
  • Remove all EXIF metadata from the given image files, then re-add metadata for color and orientation: exiftool -All= -tagsfromfile -colorspacetags -orientation path/to/image1 path/to/image2.
  • Remove GPS EXIF metadata from given image files: exiftool "-gps*=" path/to/image1 path/to/image2.
  • exiftool windows 10

  • Remove all EXIF metadata from the given files: exiftool -All= path/to/file1 path/to/file2.
  • Print the EXIF metadata for a given file: exiftool path/to/file.
  • Read and write meta information in files Examples (TL DR)









    Exiftool windows 10