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: 1372
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.
Edit : Since V1.7.2, use "File > 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.
Last edited by michel038 on Wed Jul 17, 2024 9:10 pm, edited 2 times in total.
mrwul
Posts: 341
Joined: Tue May 25, 2010 7:01 pm

Re: Tutorial How to use ExifTool in XnViewMP

Post by mrwul »

Hello to you.
As I downloaded the latest version of ExifTool I just wanted to check the XnViewMP settings on ExifTool.
Frankly, I forgot how to install/apply ExifTool within XnViewMP, so I searched for it and came across the below tutorial.
This has been written in July 2022.

Please do not misunderstand, no offense meant!, but maybe it is worrthwhile to check the tutorial. A few things has been changed since then.
SnagIt-13072024 073713.png
I launched XnViewMP Browser, checked out "Metadata" and "Tools" from the menu, but they became slightly different.

Just a positively meant tip... :)

Thanks!
You do not have the required permissions to view the files attached to this post.
User avatar
michel038
XnThusiast
Posts: 1372
Joined: Tue Sep 27, 2016 8:18 am
Location: France

Re: Tutorial How to use ExifTool in XnViewMP

Post by michel038 »

The "Tools>Open with..." menu was available until version 1.7.1

Since 1.7.2 , use
"File > Open with ..."