Hi all,
I am loading all my pictures in iPhoto and I have realized they don't have any EXIF information because when I processed them with the Olympus Viewer 2, I didn't choose to export EXIF, so now I have all the raw files and the processed jpgs. I tried to copy the information of the raw files into the jpg files without any success when I tried to do with all of them at the same time. If I go one by one everything works. I type the following syntaxis:
exiftool -tagsfromfile /Users/davidirisarri/Desktop/Prueba/_7048078.ORF --orientation /Users/davidirisarri/Desktop/Prueba/_7048078.jpg
I had to use --orientation because otherwise the image appears with the wrong orientation because I already rotate it when I had to process it before.
How can I use exiftool with multiple files? I tried everything but nothing worked! I would appreciate your help.
David
Hi David,
Try this:
exiftool -tagsfromfile /Users/davidirisarri/Desktop/Prueba/%f.ORF --orientation -ext jpg /Users/davidirisarri/Desktop/Prueba/
- Phil
Hi Phil,
Thank you so much for your help. I really appreciate your help. Thanks again for expending your time reading and helping people with your great software. It's amazing.
David