Assume I have DNG file (Adobe converter used). DNG contains plenty of metadata, but I'm interested on XMP part. Among others, there is also XMP-exif:DateTimeOriginal and XMP-exif:DateTimeDigitized. Now, if I execute:
exiftool -tagsfromfile test.DNG -all:all result.MIE
-I get all XMP data (plus other metadata) inside MIE, except xmp:DateTimeOriginal and xmp:DateTimeDigitized!?
If I use:
exiftool -tagsfromfile test.DNG -xmp:all result.MIE
-then I get complete XMP data, including both DateTime tags.
I've made a test: I took some test.JPG file, deleted all metadata there and put there only:
exiftool -xmp:DateTimeOriginal="2008:01:31 08:00:00" test.JPG
If I now execute the same command:
exiftool -tagsfromfile test.JPG -all:all result.MIE
-then XMP-exif:DateTimeOriginal is written into resulting MIE file (as expected).
Any idea?
Greetings,
Bogdan
(5)
]
