[Digikam-users] Re: NEF/RAW+JPG: how to maintain coherent metadata

Robert Zeller robert.zeller at robert-zeller.org
Thu Jan 20 15:20:23 GMT 2011


Hello Julien,

I am also shooting both jpg and raw/nef. I am editing tags / geodata and
captions on my jpgs only. After all is done I am using exiv2 to extract
all metadata from the jpgs; command is:

exiv2 ex *.jpg

this creates files with the same basename that the jpgs had, but with
extension .exv ; then I move the *.exv sidecars to the directory where I
store the raw files.
In this directory I use the following command sequence to write the
metadata to the *.nef files:

for F in `ls *.nef` ; do
exiv2 -iixe $F
done

The command : man exiv2 gives you all the options that are useful with
exiv2.

Hope this helps

Robert


On 01/20/2011 01:27 PM, Julien T wrote:
> Hello people,
>
> as the following bug is still pending
> https://bugs.kde.org/show_bug.cgi?id=126149
>
> is there an easy way to duplicate tag/rating/caption &co between both
> files when they have some pre-conditions (same exif creation date,
> filename w/o extension, maker model for example) ?
>
> For now, to avoid losing time, I only tag/rate jpg but I want to
> duplicate the same on raw/nef.
>
> Thanks a lot
> Best regards,
>
> Julien
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users
>
>   




More information about the Digikam-users mailing list