Summary: | Import: Incorrect date during automatic file naming with “date” construct | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Ed Uscho <ed.uscho> |
Component: | Import-PostProcessing | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | metzpinguin |
Priority: | NOR | ||
Version: | 8.4.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/a8267ecd1fa8fa87fd10991f92c8a0336edfb5ef | Version Fixed In: | 8.5.0 |
Sentry Crash Report: |
Description
Ed Uscho
2024-07-20 11:22:14 UTC
The problem is known. We now only use ExifTool for the video date. However, there are two options. The QuickTime UTC date in the video files should be UTC, and it is also OK for smartphone videos. But there are also many camera devices that write UTC but set a local date. I have not yet set the ExifTool QuickTimeUTC flag, so no conversion is taking place. We will probably have to ignore users with incorrect UTC information in their camera devices. Maik Git commit a8267ecd1fa8fa87fd10991f92c8a0336edfb5ef by Maik Qualmann. Committed on 21/07/2024 at 06:03. Pushed by mqualmann into branch 'master'. enable the QuickTimeUTC flag in ExifTool FIXED-IN: 8.5.0 M +1 -1 NEWS M +3 -1 core/libs/metadataengine/exiftool/exiftoolparser_command.cpp https://invent.kde.org/graphics/digikam/-/commit/a8267ecd1fa8fa87fd10991f92c8a0336edfb5ef |