ExifTool Forum

ExifTool => Newbies => Topic started by: Manuela on May 01, 2014, 05:05:54 AM

Title: Cannot copy Nikon Tag group
Post by: Manuela on May 01, 2014, 05:05:54 AM
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
Title: Re: Cannot copy Nikon Tag group
Post by: Phil Harvey on May 01, 2014, 07:21:10 AM
Hi Manuela,

I think that reading FAQ number 8 (https://exiftool.org/faq.html#Q8) may answer your question.

- Phil
Title: Re: Cannot copy Nikon Tag group
Post by: Manuela on May 01, 2014, 01:56:35 PM
That was it, thank you very much.

-- Manuela