Tutorial How to use ExifTool in XnViewMP

Ask for help and post your question on how to use XnView MP.

Moderators: XnTriq, helmut, xnview

User avatar
michel038
XnThusiast
Posts: 1128
Joined: Tue Sep 27, 2016 8:18 am
Location: France

Tutorial How to use ExifTool in XnViewMP

Post by michel038 »

XnViewMP provides a very large number of tools and functions to manage images.
Date changes, name changes, metadata editing and other image processing can be handled in batches.
However, there are some specific cases of processing that are not available in XnViewMP, or are not practical.
In these cases, you can use a program outside XnViewMP that is specialized in metadata processing : ExifTool.
The method consists in preparing an "Open with" process that will call ExifTool, with a set of parameters.
To apply this treatment, you just have to select a set of images, and with a right-click, choose the "Open with" launcher that you have prepared.

Let's see how to prepare this "Open with" feature located in the "Tools > Open With..." menu.

Available for windows O.S.
tool04.png
For this first example, you can write this code in the Parameter field :

Code: Select all

-k "-exif:all" -w txt

This function, which you can name "Eport Exif" , will create a text file for each selected pictures, containing its exif data.

Usage : Select pictures, Right-click > open with ... > Export Exif
(and if you remove -w txt , exif data will only be shown in a pop-up)

Here are some other examples of functions with the parameters that ExifTool needs, to perform various processes
tool-sample.png
The -k parameter, which I always add, keeps the ExifTool window open so that we can read the runtime report.
You can find documents , whole commands syntax, and help in ExifTool website and ExifTool forum.
Et des documents en français en suivant le lien dans ma signature.
You do not have the required permissions to view the files attached to this post.