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
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