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 2008-07-09 17:54:10-07 by exiftool in response to 8252
Re: Nikon NEF file DateTimeOriginal Write Error
I just looked at your last post in more detail and noticed the IFD0/ExifIFD inconsistency. By the specification, DateTimeOriginal should be written to the ExifIFD, not IFD0. However, it seems that the IFD0 value is correct. To fix this, you could move IFD0:DateTimeOriginal to the properl location:

exiftool "-Exif:DateTimeOriginal<IFD0:DateTimeOriginal" FILE

This will write the proper value to the proper location (ExifIFD in this case), and remove the value from the improper location (IFD0).

- Phil
Direct Responses: 8270 | Write a response