Cannot copy Nikon Tag group

Started by Manuela, May 01, 2014, 05:05:54 AM

Previous topic - Next topic

Manuela

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

Phil Harvey

Hi Manuela,

I think that reading FAQ number 8 may answer your question.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Manuela

That was it, thank you very much.

-- Manuela