wheopolis.blogg.se

How to use exiftool in windows
How to use exiftool in windows












We will use the command tree again to compare our original filenames in OldImages for new in RenamedImages … RenamedImages the relative path to the folder where all your images will be renamed. To rename all image files in the original folder, do not specify any extensions.

  • -ext CR2 tells ExifTool to rename files with CR2 extension only.
  • If you want your extensions to be either lowercase or uppercase use. %%e retains the original filename extension.
  • -c simply puts a dash in front of the copy number.
  • %%-c adds an extra copy count if multiple images are named up to the point of the renaming process.
  • how to use exiftool in windows

    %H%M%S adds hours, minutes and seconds of creation time.

    how to use exiftool in windows

    _ Places an underscore before the second part of the filename.%y%m%d_%H%M%S%%-c.%%le used to define the format to use when renaming the file:% r% m% d_ means the first part of the new file name will be the last two digits of the creation year, month and day.-d means it sets the data format for time values.-filename

    how to use exiftool in windows

    The following command renames all “CR2” (Canon) source files in the current folder and its subfolders according to the metadata: Create date and time. Renaming image files according to their creation date We can see the images moved to a new folder with year, and then to a subfolder yearMonth. We will use the command tree to see the folder structure of the new image layout we were operating on. OldImages source folder where the whole operation starts and the original images are saved. -r repeats the process recursively through the original folder and subfolders.NewImages/%y/%y%m the relative path to the image folders to be copied from the subfolders of the year name followed by yearMonth.

    how to use exiftool in windows

  • -Directory Removing this option will move them instead of copying them
  • -o copies all files and leaves the original files in place.
  • The above example copies old images to new folders based on their year and month.














    How to use exiftool in windows