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
You can do this to process all DNG's in a directory tree:
exiftool -uniquecameramodel="Canon EOS 60d" -r -ext dng DIR
- Phil
Thank you very much for your time Phil, it's working like a charm.