Hi,
I am new with Exiftool. Thanks to Phil for this great program, btw.
I tried to copy exif tags from NEFs to JPGs. This did the job:
exiftool -tagsfromfile SOURCEDIR\%f.nef -overwrite_original_in_place -ext jpg -all:all DESTDIR
but when I try to copy only Nikon tags this does not work:
exiftool -tagsfromfile SOURCEDIR\%f.nef -overwrite_original_in_place -ext jpg -Nikon:all DESTDIR
GPS works fine:
exiftool -tagsfromfile SOURCEDIR\%f.nef -overwrite_original_in_place -ext jpg -GPS:all DESTDIR
Can somebody help me out here, please, thank you very much,
Manuela
Hi Manuela,
I think that reading FAQ number 8 (https://exiftool.org/faq.html#Q8) may answer your question.
- Phil
That was it, thank you very much.
-- Manuela