ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Netol on November 20, 2024, 09:41:45 PM

Title: batch command to export all data like ExifToolGUI
Post by: Netol on November 20, 2024, 09:41:45 PM
Hy my friends,
just to ask how to use the batch command like the ExifToolGUI

1.- in ExifToolGUI i selected the file
2.- in the menu select, Export/Import
3.- Export Metadata into
4.- TXT files


at this moment i have the next code, but not import all data
exiftool -r -txt -Xmp:All DJI_0063.JPG >out.txt


best regards

Captura de pantalla 2024-11-20 233436.jpg
Title: Re: batch command to export all data like ExifToolGUI
Post by: StarGeek on November 20, 2024, 10:51:19 PM
I don't quite understand. Your title and pictures say export, but then you say "import all data".

I don't know the format that the GUI might export, so you would have to ask in that section of the forum. But a straight-up dump of all data for all files would be something like.
exiftool -G1 -a -s -r /path/to/files/ >Output.txt