Summary: | erroneous extraction of date metadata for videos | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Kusi <kusi> |
Component: | Metadata-Date | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 6.1.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/digikam/commit/f172937814e3524bfcde25d19c4e1350c0c1ba4d | Version Fixed In: | 6.2.0 |
Sentry Crash Report: |
Description
Kusi
2019-06-22 14:02:02 UTC
if Iphone photo and video do not use the same date zone on the same device, it's clearly an Apple bug (:=)))... And of course, you cannot report this problem to the big Apple. Gilles Caulier Exiftool also finds 09:09:41 as the creation date. There is an additional entry in the video called "com.apple.quicktime.creationdate", which has the timezone addition. We can add this as a special case. Maik (In reply to Maik Qualmann from comment #2) > Exiftool also finds 09:09:41 as the creation date. There is an additional > entry in the video called "com.apple.quicktime.creationdate", which has the > timezone addition. We can add this as a special case. > > Maik That would be great! How did you check the special tag "com....creationdate"? For reference: Create Date in UTC, Creation Date in local time zone $ exiftool IMG_9360-iPhone.MOV | grep Creat Create Date : 2019:06:22 09:09:41 Creation Date : 2019:06:22 11:09:41+02:00 Create Date and Creation Date in local time zone $ exiftool -api QuickTimeUTC IMG_9360-iPhone.MOV | grep Creat Create Date : 2019:06:22 11:09:41+02:00 Creation Date : 2019:06:22 11:09:41+02:00 Source: https://askubuntu.com/questions/989646/exif-tool-and-video-files-which-are-saved-with-utc-timestamps (In reply to caulier.gilles from comment #1) > if Iphone photo and video do not use the same date zone on the same device, > it's clearly an Apple bug (:=)))... > > And of course, you cannot report this problem to the big Apple. > > > Gilles Caulier yeah, thanks Apple! :/ Git commit f172937814e3524bfcde25d19c4e1350c0c1ba4d by Maik Qualmann. Committed on 22/06/2019 at 15:42. Pushed by mqualmann into branch 'master'. prefer "com.apple.quicktime.creationdate" for video date Related: bug 405589 FIXED-IN: 6.2.0 M +2 -1 NEWS M +26 -17 core/libs/metadataengine/dmetadata/dmetadata_video.cpp https://invent.kde.org/kde/digikam/commit/f172937814e3524bfcde25d19c4e1350c0c1ba4d Fixing the issue 1h42 after reporting, that's a fantastic job! Thanks alot Maik! |