<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for studio.messlinger.com</title>
	<atom:link href="http://studio.messlinger.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://studio.messlinger.com</link>
	<description>Photography and the Mac</description>
	<lastBuildDate>Thu, 01 Nov 2012 08:42:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>Comment on ExifTool and the Automator by Klaus Messlinger</title>
		<link>http://studio.messlinger.com/2009/03/08/exiftool-and-the-automator/comment-page-1/#comment-21706</link>
		<dc:creator>Klaus Messlinger</dc:creator>
		<pubDate>Thu, 01 Nov 2012 08:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://studio.messlinger.com/?p=603#comment-21706</guid>
		<description>Hello GayanB,

if you use the statement

exiftool -n -g1 -w %d%f_tags.txt &quot;$f&quot;

as described above under &quot;Reading All Metadata&quot;, the lens model gets exported, too.

However, the information that is exported depends on the metadata category (Exif, IPTC, XMP, Canon etc.). For one of my shots I find in the EXIF section only:

Lens Info : 24 105 undef undef

In the Canon section, the entry is more specific:

Lens Model : EF24-105mm f/4L IS USM

If you want do dig deeper in the possibilities of exporting certain details of metadata, I suggest you look into the ExifTool examples page:

http://owl.phy.queensu.ca/~phil/exiftool/exiftool_pod.html

Best,
Klaus</description>
		<content:encoded><![CDATA[<p>Hello GayanB,</p>
<p>if you use the statement</p>
<p>exiftool -n -g1 -w %d%f_tags.txt &#8220;$f&#8221;</p>
<p>as described above under &#8220;Reading All Metadata&#8221;, the lens model gets exported, too.</p>
<p>However, the information that is exported depends on the metadata category (Exif, IPTC, XMP, Canon etc.). For one of my shots I find in the EXIF section only:</p>
<p>Lens Info : 24 105 undef undef</p>
<p>In the Canon section, the entry is more specific:</p>
<p>Lens Model : EF24-105mm f/4L IS USM</p>
<p>If you want do dig deeper in the possibilities of exporting certain details of metadata, I suggest you look into the ExifTool examples page:</p>
<p><a href="http://owl.phy.queensu.ca/~phil/exiftool/exiftool_pod.html" rel="nofollow">http://owl.phy.queensu.ca/~phil/exiftool/exiftool_pod.html</a></p>
<p>Best,<br />
Klaus</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExifTool and the Automator by GayanB</title>
		<link>http://studio.messlinger.com/2009/03/08/exiftool-and-the-automator/comment-page-1/#comment-21691</link>
		<dc:creator>GayanB</dc:creator>
		<pubDate>Mon, 22 Oct 2012 10:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://studio.messlinger.com/?p=603#comment-21691</guid>
		<description>Hello
I am using the Apple automator workflow for Export EXIF data from Aperture.  Unfortunately it doesn&#039;t seem to export Lens Model info, everything else I need is there.  I&#039;ve admired your advice above and hoped perhaps you&#039;d have some advice on how to add this important and missing piece of info for me?

Thank you!</description>
		<content:encoded><![CDATA[<p>Hello<br />
I am using the Apple automator workflow for Export EXIF data from Aperture.  Unfortunately it doesn&#8217;t seem to export Lens Model info, everything else I need is there.  I&#8217;ve admired your advice above and hoped perhaps you&#8217;d have some advice on how to add this important and missing piece of info for me?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExifTool and the Automator by Russ</title>
		<link>http://studio.messlinger.com/2009/03/08/exiftool-and-the-automator/comment-page-1/#comment-21090</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Wed, 06 Jun 2012 17:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://studio.messlinger.com/?p=603#comment-21090</guid>
		<description>Thank you!  I played around with automator a couple of times in the past but your post here has now made it clear how to use it.  I found exiftool thanks to graphicconverter and was very sorry there was no gui for it.  This post has made it possible for me to use it and is almost as good as a  gui.  I had thousands of pictures I had edited, moved, copied, renamed, etc. and had so many duplicates I couldn&#039;t count them.  I also had lost the exif data on many and many were scans of old photos.  Because of the way iphoto organizes, I really wanted to get valid dates into exif on all the pics and to get rid of all the duplicates and get back to the originals on the ones that had them.  I also discovered photos with dates off because the camera dates weren&#039;t set.  I had been working on this project for 3 or 4 weeks (and probably making maters worse) before I found your post.  Just wanted to say thank you again.  

For anyone else who may need to separate files with exif data from those without here is a quick way to do it 

for f in &quot;$@&quot;
do 

exiftool &#039;-Directory&lt;DateTimeOriginal&#039; -d Has_Exif &quot;$f&quot;
done 

All the files with exif date will be moved to directory Has_Exif and those with out will stay where they were. (you may have to look for the directory.  For some reason mine always ends up back in my user directory rather than as sub from where I started. )

Now I can use graphic converter to find all the dups and not worry about deleting the copy with the exif data by mistake.</description>
		<content:encoded><![CDATA[<p>Thank you!  I played around with automator a couple of times in the past but your post here has now made it clear how to use it.  I found exiftool thanks to graphicconverter and was very sorry there was no gui for it.  This post has made it possible for me to use it and is almost as good as a  gui.  I had thousands of pictures I had edited, moved, copied, renamed, etc. and had so many duplicates I couldn&#8217;t count them.  I also had lost the exif data on many and many were scans of old photos.  Because of the way iphoto organizes, I really wanted to get valid dates into exif on all the pics and to get rid of all the duplicates and get back to the originals on the ones that had them.  I also discovered photos with dates off because the camera dates weren&#8217;t set.  I had been working on this project for 3 or 4 weeks (and probably making maters worse) before I found your post.  Just wanted to say thank you again.  </p>
<p>For anyone else who may need to separate files with exif data from those without here is a quick way to do it </p>
<p>for f in &#8220;$@&#8221;<br />
do </p>
<p>exiftool &#8216;-Directory&lt;DateTimeOriginal&#039; -d Has_Exif &quot;$f&quot;<br />
done </p>
<p>All the files with exif date will be moved to directory Has_Exif and those with out will stay where they were. (you may have to look for the directory.  For some reason mine always ends up back in my user directory rather than as sub from where I started. )</p>
<p>Now I can use graphic converter to find all the dups and not worry about deleting the copy with the exif data by mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExifTool and the Automator by Klaus Messlinger</title>
		<link>http://studio.messlinger.com/2009/03/08/exiftool-and-the-automator/comment-page-1/#comment-21006</link>
		<dc:creator>Klaus Messlinger</dc:creator>
		<pubDate>Tue, 22 May 2012 09:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://studio.messlinger.com/?p=603#comment-21006</guid>
		<description>Hello Nuurs,

your script should be slightly adapted:

for f in “$@”
do
exiftool -overwrite_original -Lens=’Rokinon Fisheye 8mm F3.5-22′ -ApertureValue=’8′ &lt;strong&gt;-FNumber=&#039;8&#039;&lt;/strong&gt; -FocalLength=&lt;strong&gt;’8′&lt;/strong&gt; &lt;strong&gt;-SubjectDistance=&#039;50/100&#039;&lt;/strong&gt; “$f”
done

&quot;ApertureValue&quot; and &quot;FNumber&quot; are both indicating your aperture (f-stop). Setting both values may increase your chances to correctly read them in your favourite imaging app.

&quot;FocalLength&quot; is your focal length, i.e. 8mm. It is not the focusing distance!

You will have to add the &quot;SubjectDistance&quot; tag in order to write your focusing distance. The value is given in meters and entered as a fraction (numerator and denominator). In the example above, the distance would be 0.5 m.

Hope this was helpful for you!

Klaus</description>
		<content:encoded><![CDATA[<p>Hello Nuurs,</p>
<p>your script should be slightly adapted:</p>
<p>for f in “$@”<br />
do<br />
exiftool -overwrite_original -Lens=’Rokinon Fisheye 8mm F3.5-22′ -ApertureValue=’8′ <strong>-FNumber=&#8217;8&#8242;</strong> -FocalLength=<strong>’8′</strong> <strong>-SubjectDistance=&#8217;50/100&#8242;</strong> “$f”<br />
done</p>
<p>&#8220;ApertureValue&#8221; and &#8220;FNumber&#8221; are both indicating your aperture (f-stop). Setting both values may increase your chances to correctly read them in your favourite imaging app.</p>
<p>&#8220;FocalLength&#8221; is your focal length, i.e. 8mm. It is not the focusing distance!</p>
<p>You will have to add the &#8220;SubjectDistance&#8221; tag in order to write your focusing distance. The value is given in meters and entered as a fraction (numerator and denominator). In the example above, the distance would be 0.5 m.</p>
<p>Hope this was helpful for you!</p>
<p>Klaus</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExifTool and the Automator by Nuurs</title>
		<link>http://studio.messlinger.com/2009/03/08/exiftool-and-the-automator/comment-page-1/#comment-20956</link>
		<dc:creator>Nuurs</dc:creator>
		<pubDate>Sat, 12 May 2012 07:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://studio.messlinger.com/?p=603#comment-20956</guid>
		<description>Hey how are you?!
 First thank you for this post it was very easy to follow for a non code oriented person like me.
 I&#039;m a photographer and I use a Rokinon 8mm lens (a manual lens) for my panoramic work and I need to add the f/ stop value and focal length and lens brand just like you did in your example, I&#039;ve used your script and just changed the values there, but I get the &quot;focal length wright&quot;, but not the aperture value or the f/ stop, instead I get wrong values.
 I want to set f/8 &quot;aperture&quot;, Rokinon 8mm lens &quot;name of the lens&quot; and 0.5 as &quot;focusing distance&quot;.  

Example I&#039;ve used:

for f in &quot;$@&quot;
do
   exiftool -overwrite_original -Lens=&#039;Rokinon Fisheye 8mm F3.5-22&#039; -ApertureValue=&#039;8&#039; -FocalLength=&#039;0.5&#039; &quot;$f&quot;
done

 What I&#039;m doing wrong, notice that the script do it&#039;s work without errors and I have the Phill&#039;s EXIF tool installed without problems, but when read the Exif in Preview, the name of the lens is ok, ApertureValue is ok, FocalLength is ok, but where it say FNumber is 0.
 Thank you.
Nuurs</description>
		<content:encoded><![CDATA[<p>Hey how are you?!<br />
 First thank you for this post it was very easy to follow for a non code oriented person like me.<br />
 I&#8217;m a photographer and I use a Rokinon 8mm lens (a manual lens) for my panoramic work and I need to add the f/ stop value and focal length and lens brand just like you did in your example, I&#8217;ve used your script and just changed the values there, but I get the &#8220;focal length wright&#8221;, but not the aperture value or the f/ stop, instead I get wrong values.<br />
 I want to set f/8 &#8220;aperture&#8221;, Rokinon 8mm lens &#8220;name of the lens&#8221; and 0.5 as &#8220;focusing distance&#8221;.  </p>
<p>Example I&#8217;ve used:</p>
<p>for f in &#8220;$@&#8221;<br />
do<br />
   exiftool -overwrite_original -Lens=&#8217;Rokinon Fisheye 8mm F3.5-22&#8242; -ApertureValue=&#8217;8&#8242; -FocalLength=&#8217;0.5&#8242; &#8220;$f&#8221;<br />
done</p>
<p> What I&#8217;m doing wrong, notice that the script do it&#8217;s work without errors and I have the Phill&#8217;s EXIF tool installed without problems, but when read the Exif in Preview, the name of the lens is ok, ApertureValue is ok, FocalLength is ok, but where it say FNumber is 0.<br />
 Thank you.<br />
Nuurs</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Timestamps and Timezones by Klaus Messlinger</title>
		<link>http://studio.messlinger.com/2009/03/16/timestamps-and-timezones/comment-page-1/#comment-20784</link>
		<dc:creator>Klaus Messlinger</dc:creator>
		<pubDate>Sat, 14 Apr 2012 07:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://studio.messlinger.com/?p=1044#comment-20784</guid>
		<description>Hello fiveyears,

no, this is an Automator variable. The variable &quot;$@&quot; receives the output from the previous action, in the ExifTool examples above this is the filename of the image to be changed.

The &lt;code&gt;for f in &quot;$@&quot; do ...&lt;/code&gt; loop makes sure the command is carried out on all files passed from the input.

There&#039;s some information about the variable &lt;a href=&quot;http://hints.macworld.com/article.php?story=20070331120036768&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

Hope this helped.

Klaus</description>
		<content:encoded><![CDATA[<p>Hello fiveyears,</p>
<p>no, this is an Automator variable. The variable &#8220;$@&#8221; receives the output from the previous action, in the ExifTool examples above this is the filename of the image to be changed.</p>
<p>The <code>for f in "$@" do ...</code> loop makes sure the command is carried out on all files passed from the input.</p>
<p>There&#8217;s some information about the variable <a href="http://hints.macworld.com/article.php?story=20070331120036768" rel="nofollow">here</a>.</p>
<p>Hope this helped.</p>
<p>Klaus</p>
]]></content:encoded>
	</item>
</channel>
</rss>
