Batch process in macOS

Started by berlog, October 07, 2020, 12:06:17 PM

Previous topic - Next topic

berlog

I would really appreciate your support. I need to copy all EXIF info from one file to another and use this command in macOS:

exiftool -TagsFromFile srcimage.jpg "-all:all>all:all" targetimage.jpg

it works perfect. How can i do it for many files? Source and target files in different folders and have the same names.

StarGeek

Basically this example.  Just replace the %d with the path to the source files.  If the filenames are exactly the same, replace %f.CR2 with %F.

And just use -All:All.  You don't need the redirection.
"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

berlog

Thanks a lot! You help me very much