I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-04-05 21:10:22-07 by bozi in response to 4684
Re: different Makernote Problems
hi phil,
sorry for the late reply.
here are 2 examples of those jpegs:
jpeg1
jpeg2
my template-file consists of 2 lines:
Cam: $Model ($ShutterCount) ... Linse: $Lens @ $FocalLength
$ShutterSpeed s ... F $Aperture ... ISO $ISO ... EV: $ExposureCompensation ... Focus: $focusmode

This template worked with older exiftool versions (7.6.x) with those files too.
In newer Versions some (unused) Tags of the template stops the whole decoding.
I think these tags doesnt exist in those "crippled" files (Warning: [minor] Tag 'ShutterCount' not defined - ...)
hmmm, its only a warning, but exiftool aborts the process. I found the -m parameter (for errors)
My solution is the -m parameter, so exiftool doesnt abort when warnings appearing *wondering*
alfterall, my now working command is
exiftool -m -p e.tpl ...
cu, bozi
Direct Responses: 4776 | Write a response