batch command to export all data like ExifToolGUI

Started by Netol, November 20, 2024, 09:41:45 PM

Previous topic - Next topic

Netol

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

StarGeek

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
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype