exif transfer script - page 2 - General Discussion and Assistance - CHDK Forum
supplierdeeply

exif transfer script

  • 11 Replies
  • 4606 Views
Re: exif transfer script
« Reply #10 on: 24 / October / 2009, 21:02:56 »
Advertisements
this does not seem to work in its current configuration
Code: [Select]
./exiftool -TagsFromFile %%/home/po/Desktop/photo/test/fresh/f.jpg -r -ext /home/po/Desktop/photo/test/raw/
No file specified

and this one just copies one exif to all the files!  :blink:
Code: [Select]
./exiftool -TagsFromFile /home/po/Desktop/photo/test/raw/*img*.jpg /home/po/Desktop/photo/test/fresh/*img*.jpg
canon powershot sd900 ti
canon digital ixus 500
canon powershot s400
flickr

*

Offline wontolla

  • ****
  • 413
  • S3 & G9 & A720
Re: exif transfer script
« Reply #11 on: 25 / October / 2009, 07:05:24 »
Try this:

Code: [Select]
./exiftool -TagsFromFile /home/po/Desktop/photo/test/fresh/%%f.jpg -r -ext DNG /home/po/Desktop/photo/test/raw/
The "%%" should be at the begining of the file name. And after the command "-ext" you must specify the extension of the files you want to copy metadata to, in this case DNG.

 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal