Thread

Posted on Sun Dec 23 03:43:25 2007 by gsansoucie
Help with -FileSource Tag
Hi, I have exiftool version 6.96. It works great for my digital camera needs. I am at the beginning of a huge (for me) project of scanning in my 35mm negatives and converting to digital (.tif files). I am trying to set the FileSource (-FileSource) to "Film Scanner" (Value of 1) per the following link: http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/XMP.html (Scroll down to "FileSource"). I've tried: -FileSource=1 -FileSource=3 -FileSource="Film Scanner" No matter what I try, the value is reported as: File Source : Digital Camera Am I doing something wrong here? Thanks in advance, -=Glen=-
Direct Responses: 6749 | Write a response
Posted on Sun Dec 23 09:07:00 2007 by bogdan in response to 6748
Re: Help with -FileSource Tag
xmp:FileSource is an integer tag, hence you must use -n switch:

exiftool -n -xmp:filesource=1 photo.jpg

Greetings,
Bogdan
Direct Responses: 6751 | 6757 | Write a response
Posted on Sun Dec 23 15:31:52 2007 by exiftool in response to 6749
Re: Help with -FileSource Tag
Hi Bogdan,

Try updating to the most recent exiftool version. As of version 7.01 I allow you to set FileSource. Before that, I was forcing the value to "Digital Camera" because that is the only legal value according to the EXIF specification. Sometimes I wonder about the people who wrote this spec.

- Phil
Direct Responses: 6753 | Write a response
Posted on Sun Dec 23 15:56:08 2007 by bogdan in response to 6751
Re: Help with -FileSource Tag
Hi Phil,

Believe me, I'm up-to-date with ExifTool all the time :-)
But in this case, I simply didn't check for doing it another way -thank you for correcting me.

Bogdan
Direct Responses: 6754 | Write a response
Posted on Sun Dec 23 16:24:31 2007 by exiftool in response to 6753
Re: Help with -FileSource Tag
Hi Bogdan,

Sorry, my response was actually intended for Glen since he was the one using the older version of exiftool.

Glen: With the updated version, either '"-FileSource=Film Scanner"', or '-n -FileSource=1' should work for you.

- Phil
Write a response
Posted on Sun Dec 23 18:26:41 2007 by gsansoucie in response to 6749
Re: Help with -FileSource Tag
Bogdan, Thank you very much!! -=Glen=-
Write a response