Walkthrough to adding Lens IDs in Lightroom |
Page <123> |
Author | ||
calkrog
Groupie Joined: 19 January 2008 Location: Canada Status: Offline Posts: 86 |
Post Options Quote Reply Posted: 15 January 2009 at 04:44 | |
Brian,
It works.. thanks a lot :) Thomas |
||
A700+VG | KM5D | SAL70400G | KM28-75(2.8)D | T90-272E | T11-18 | M100-300(APO)D | M70-210(F4) | M50(1.7) | M28(2.8) | HVL-F58AM | (2) 3600HS(D)
|
||
HowieS
Senior Member Joined: 07 April 2008 Country: United States Location: Seattle Status: Offline Posts: 192 |
Post Options Quote Reply Posted: 15 January 2009 at 05:20 | |
Major appreciation to all of you who have worked this out, but as one who remembers all too well command prompt entries from pre-windows days my head is spinning from all of this ...
I'd love to have this lens info transferred to the metadata, but once this is all done to existing files how does this effect new entries? Maybe I'm missing something? Do you have to run this batch file again every time you add new pics? It seems that if this is just moving information from one line of the metadata file to another why can't Adobe to just add a line of code to their program or is it more complicated than that? thanks and cheers, Howie |
||
a77m2 CZ16-80 M35-70/4 M50/1.7 S70-200G/2.8 M70-210/4 S70-300G Σ24/2.8macro M85/1.4G Lensbaby
|
||
kiklop
Admin Group Dyxum owner Joined: 14 July 2005 Country: Croatia Location: Rovinj Status: Offline Posts: 10564 |
Post Options Quote Reply Posted: 15 January 2009 at 14:19 | |
Yes. However, one can set-up a workflow to do this automatically. In my case, i use "downloader pro" software to download my images from a card reader and the same tool is calling the appropriate bat file to handle lens info tags. So, i don't need to do anything anymore :)
It isn't complicated, and in fact many software is recognizing minolta (sony) lens info quite well. It is only that adobe didn't find this to be worth working on :( |
||
We may have questions waiting for answers !
|
||
calkrog
Groupie Joined: 19 January 2008 Location: Canada Status: Offline Posts: 86 |
Post Options Quote Reply Posted: 15 January 2009 at 17:09 | |
so it is working... BUT i cannot get it to batch process without me pressing a key between each file. and i do have the -r tag in my .bat file. i even tried moving it around like some of the other examples posted here. it will not work.
i know others complained about this and the workaround for them was to use downloader pro, but i was hoping not to go that route. any suggestions ? |
||
A700+VG | KM5D | SAL70400G | KM28-75(2.8)D | T90-272E | T11-18 | M100-300(APO)D | M70-210(F4) | M50(1.7) | M28(2.8) | HVL-F58AM | (2) 3600HS(D)
|
||
bms44974
Moderator Group Assignments Deputy Joined: 18 October 2008 Country: United States Location: Cary, NC Status: Offline Posts: 5433 |
Post Options Quote Reply Posted: 16 January 2009 at 03:09 | |
@Kiklop: I am willing to give Downloader Pro a shot. Can you please provide a copy of the ExifTool batch file that you use?
Thanks... Brian |
||
sdm9465
Senior Member Joined: 29 February 2008 Country: Canada Location: Nova Scotia Status: Offline Posts: 1180 |
Post Options Quote Reply Posted: 16 January 2009 at 03:25 | |
I think that this only happens if you target a group of files with your batch file. Try targeting the folder containing your files and see what happens. |
||
bms44974
Moderator Group Assignments Deputy Joined: 18 October 2008 Country: United States Location: Cary, NC Status: Offline Posts: 5433 |
Post Options Quote Reply Posted: 16 January 2009 at 03:54 | |
@sdm9465: Brilliant!!! I'm half way there. I am still generating XMP files in LR2. You don't happen to have the batch file that Downloader Pro can use to generate the XMP files correctly in the first place, do you?...
Thanks much... Brian |
||
calkrog
Groupie Joined: 19 January 2008 Location: Canada Status: Offline Posts: 86 |
Post Options Quote Reply Posted: 16 January 2009 at 04:18 | |
aha.. its working.. and processing folders with 200+ files no problem.. thanks everyone who has helped :)
|
||
A700+VG | KM5D | SAL70400G | KM28-75(2.8)D | T90-272E | T11-18 | M100-300(APO)D | M70-210(F4) | M50(1.7) | M28(2.8) | HVL-F58AM | (2) 3600HS(D)
|
||
kiklop
Admin Group Dyxum owner Joined: 14 July 2005 Country: Croatia Location: Rovinj Status: Offline Posts: 10564 |
Post Options Quote Reply Posted: 16 January 2009 at 11:01 | |
Here is the content of the bat file i use (located in the "send to" folder @echo off :begin if _%1_==__ goto end echo Processing %1... PATH TO YOUR EXIF FOLDER\exiftool.pl -k -TagsFromFile %%d%%f.arw "-lensId>lens" -ext XMP -overwrite_original %1 -r shift goto begin end Save this code with a bat extension And a DP command line looks like PATH TO YOUR BAT FILE\SendTo\ExifTool_ARW.bat %d It is important to have xmp files ready, and those are made by downloader pro as well (you need to enable the option to add XMP files in DP Edited by Kiklop - 16 January 2009 at 11:02 |
||
We may have questions waiting for answers !
|
||
Aleq
Senior Member Joined: 07 March 2006 Location: Czech Republic Status: Offline Posts: 505 |
Post Options Quote Reply Posted: 21 January 2009 at 01:14 | |
For me, this was not working. I don't know what I did wrong. If anyone experience similar problems (nothing happens), I had luck with this:
I had XMP files ready (created by GeoSetter) |
||
S414-5D-7D-α700-α900 | 10/2.8 Fish | 16-35Z | 17-35 | 24-70Z | 28/2 | 35/1.4G | 50/1.4 | 85/1.4 | 100/2.8(D) | 70-200/2.8G | TC 1.4+2 | Metz 54MZ4i
|
||
gigo
Senior Member Joined: 28 March 2008 Country: Japan Location: Yokohama Status: Offline Posts: 468 |
Post Options Quote Reply Posted: 17 February 2009 at 15:55 | |
I'm heard that 2.3RC(s) of LightRoom supported the lens name of Pentax.
Why is only A-Mount left? The program exififd.exe written by me has same function as exiftool. It can insert APP section to JPG. Additionaly, Any Minolta/Sony MakerNote not broken. It handled .xmp include sub directories. And more inteligent LensID to name convert, It use Focal Length, Max Apature, APS-C or 135 Lens. Not perfect, but useful. The exif tool is great, but exififd is dedicated to file format of A-Mount SLRs. And exififd is open source. You can compile it by free VC++ 2005 or 2008. Bad news:It's also commandline program.. But Almost all function use with only Drag and drop operation. No need typing the complicate command line. Are you interested in this? |
||
ILCE-1, ILCE-1M2, FE:14/24/35/STF/135/100400GM, 90M/2070/70200G2/200600G+6, 1.4x/2xTC
ILCE-QX1, Full Sprctrum NEX-5R, E:2 LA-EA5, A:35G/100S/200M/500R,3x-1x +7, SIGMA MC-11 + Canon EF8-15 FishEye |
||
vitor
Senior Member Joined: 10 August 2006 Country: Portugal Location: Lisbon Status: Offline Posts: 2046 |
Post Options Quote Reply Posted: 17 February 2009 at 17:32 | |
I'm interested, can you provide a link to get the source code? I will modified it to work in linux. |
||
I Inspiron
Senior Member Joined: 03 January 2008 Location: Austria Status: Offline Posts: 2871 |
Post Options Quote Reply Posted: 17 February 2009 at 17:39 | |
I'm interested too, but can this program handle also the raw-files or just jpegs? (sorry for this maybe stupid question, but I'm not really familiar with these programs and formats) |
||
gigo
Senior Member Joined: 28 March 2008 Country: Japan Location: Yokohama Status: Offline Posts: 468 |
Post Options Quote Reply Posted: 17 February 2009 at 17:42 | |
exififd021.zip The source codes and executable(Win32 console) are included. |
||
ILCE-1, ILCE-1M2, FE:14/24/35/STF/135/100400GM, 90M/2070/70200G2/200600G+6, 1.4x/2xTC
ILCE-QX1, Full Sprctrum NEX-5R, E:2 LA-EA5, A:35G/100S/200M/500R,3x-1x +7, SIGMA MC-11 + Canon EF8-15 FishEye |
||
> Forum Home > Dyxum Community > Knowledge Base | Page <123> |
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.125 seconds.
Dyxum.com - Home of the alpha system photographer
In memory of Cameron Hill - brettania
Feel free to contact us if needed.