Main Menu

Canon 70D tag

Started by zakiel, August 31, 2015, 11:01:18 AM

Previous topic - Next topic

zakiel

Hello!

So, i have my DNG form the Canon EOS 70D and it seems to be a problem with the tags and adobe interpretation, so i cant use them with ligthroom properly, now i'm editing all the uniquecameramodel tag from 70D to 60D, and i'm doing it this way:

In cmd i enter the directory of the folder with the dngs of one shot, then: exiftool *.dng -uniquecameramodel="Canon EOS 60D"

The problem is, there are a lot of folders with dng's and i have to this process with each of the folders, i was wondering if there is any way to speed this up.
Something that can target the dng's inside the folders of the main folder, and not going one by one.

Thank you very much

Phil Harvey

You can do this to process all DNG's in a directory tree:

exiftool -uniquecameramodel="Canon EOS 60d" -r -ext dng DIR

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

zakiel

Thank you very much for your time Phil, it's working like a charm.