| Summary: | Imported video files have time shifted exactly 2 hours later | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Piotr <piotergmoter> |
| Component: | Metadata-Video | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 5.5.0 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 6.0.0 | |
| Sentry Crash Report: | |||
|
Description
Piotr
2017-08-16 09:14:37 UTC
What's the date of video file from SD card ? As video metadata cannot be read with Exiv2 for the moment (else it crash violently), the FS time stamp is used instead. Gilles Caulier With 6.0.0, we have now a FFMpeg low level metadata parser based on libav C API for video files database registration. The Exiv2 video support is not used anymore as this code is buggous and nobody sound motivated in Exiv2 to finalize the code. The original post for this file must be fixed now and video metadata support with ffmpeg must be enough to populate database entries. Gilles Caulier The video file time on the SD card is exactly the same as the one on the DK. So it is wrong time, and I don't know why. Checked with dolphin. So DK is doing what it can. A bug of the camera software? It is Olympus EPL-3. I have not tried yet DK6 in the import of the video files, but I'm afraid it will not change anything. P. It is not camera problem. The same video on the camera has the proper time, not shifted. So it is something between SD card and OS. What is it? If you use 5.x, the video metadata handling was the hell through Exiv2. With 6.0.0, ffmpeg is now used in background and this must fix the problem. But for performance reason, in camera interface, the metadata are not read by default to catch the video date. There is an option to enable in Setup/camera for that. When this open is disable, the file system date is used. You can try the last 6.0.0 pre-release as AppImage bundle available here : https://files.kde.org/digikam/ Gilles Caulier |