Differences

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

Link to this comparison view

Next revision
Previous revision
photography:exiftool [2017-01-09 16:47] – created adminphotography:exiftool [2023-10-26 20:04] (current) – external edit 127.0.0.1
Line 2: Line 2:
 http://www.sno.phy.queensu.ca/~phil/exiftool/ http://www.sno.phy.queensu.ca/~phil/exiftool/
   * Installation   * Installation
-    * Install by renaming "exiftool(-k).exeto "exiftool.exeand 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>+      * <code - .ExifTool_config>
 %Image::ExifTool::UserDefined = ( %Image::ExifTool::UserDefined = (
     'Image::ExifTool::Composite' => {     'Image::ExifTool::Composite' => {
Line 24: Line 24:
 ); );
 </code>  </code> 
 +  * Examples
 +    * 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>
 +    * 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