Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
photography:exiftool [2017-01-09 16:58] adminphotography:exiftool [2023-10-26 20:04] (current) – external edit 127.0.0.1
Line 3: Line 3:
   * Installation   * Installation
     * Install by renaming ''exiftool(-k).exe'' to ''exiftool.exe'' and saving it in c:\Program Files (x86)\exiftool.      * Install by renaming ''exiftool(-k).exe'' to ''exiftool.exe'' and saving it in c:\Program Files (x86)\exiftool. 
-    * Add c:\Program Files (x86)\exiftool to %PATH%+    * Add ''c:\Program Files (x86)\exiftool'' to ''%PATH%''
     * Create .ExifTool_config in      * Create .ExifTool_config in 
       * <code - .ExifTool_config>       * <code - .ExifTool_config>
Line 25: Line 25:
 </code>  </code> 
   * Examples   * Examples
-    * Add Picasa People tags as Keywords ((Note: Check Tools>Options>Name Tags>Store name tags in photo in Picasa to ensure recognized people are written in JPG files (as 'XMP:RegionName'-tag))): ''exiftool "-Keywords+<RegionName" DIR'' +    * Add Picasa People tags as Keywords ((Check Tools>Options>Name Tags>Store name tags in photo in Picasa to ensure recognized people are written in JPG files (as 'XMP:RegionName'-tag))): <code>exiftool "-Keywords+<RegionName" DIR</code> 
-    * Remove duplicate Keywords''exiftool "-Keywords<UniqueKeywords" DIR'' ((Note: UniqueKeywords is defined in .ExifTool_config)+    * Add 4 first characters of filename as Keyword (assuming the 4 first characters are the year in which the picture was taken)<code>exiftool "-Keywords+<${filename;$_=substr($_,0,4);s/\..*?$//}" DIR</code> 
 +    * Remove duplicate Keywords: ((UniqueKeywords is defined in .ExifTool_config))<code>exiftool "-Keywords<UniqueKeywords" DIR</code>  
 +  * Add ''-v0'' (verbose) as parameter to see processed file