Copy Makernotes

Started by dgood, March 15, 2018, 04:28:11 PM

Previous topic - Next topic

dgood

Hi Phil

I'm trying to copy makernotes from [DIR#1]/filename.ARW to [DIR#2]/filename.JPG, where the filename is the identical.

I've tried the following command line:
exiftool -tagsfromfile /Dropbox/Photos/RAW\ Photos/2017/12/%F.%E -makernotes:all -ext JPG /Dropbox/Photos/JPEG\ Photos/2010\ -\ 2019/2017/2017\ -\ Q4

I get the message:
    1 directories scanned
    0 image files read


What am I doing wrong?

StarGeek

* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).

dgood

What? The images are in two different directories?

I tried
exiftool -tagsfromfile /Dropbox/Photos/RAW\ Photos/2017/12 -makernotes /Dropbox/Photos/JPEG\ Photos/2010\ -\ 2019/2017/2017\ -\ Q4

but that didn't work, either.

I got:
Error: File is empty

Phil Harvey

See FAQ 8 for copying makernotes.

Your last command didn't specify a file for the -tagsFromFile.  You should add /%f.%e to the directory name.

- 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 ($).

dgood