Bug 280215 - Can't add geolocation info to videos
Summary: Can't add geolocation info to videos
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-GeolocationEdit (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-16 19:18 UTC by Antonio Rojas
Modified: 2016-07-17 04:33 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.11.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2011-08-16 19:18:41 UTC
Version:           2.0.0 (using KDE 4.7.0) 
OS:                Linux

In digikam 2.0 it is not possible to add geolocation information to mp4 videos. When trying to save it, a "Failed to open file" error pops up for every file. It worked fine in version 1.x

Reproducible: Always

Steps to Reproduce:
Try to add geolocation info to a mp4 video

Actual Results:  
An error dialog pops up

Expected Results:  
The geolocation metadata is added to the file
Comment 1 Michael G. Hansen 2011-08-16 21:24:35 UTC
Hi,

the problem here is that we do not currently support writing metadata into movie files. The coordinates are saved in the database, however. In previous pre-2.0 versions, no metadata was written to movie files, either, but there was no warning.

For now, you can use sidecar files instead of storing the metadata in the movie files directly, but there were recently some bugs reported about correct handling of coordinates in sidecar files, like bug#280058.

Regards,

Michael
Comment 2 Michael G. Hansen 2012-01-26 22:06:11 UTC
*** Bug 292484 has been marked as a duplicate of this bug. ***
Comment 3 caulier.gilles 2015-05-18 12:42:38 UTC
Video file metadata is currently implemented in Exiv2 library used by digiKam in background.

Gilles Caulier
Comment 4 caulier.gilles 2015-05-18 12:44:29 UTC
Also Micheal comment about to use XMP sidecar is the only way to work with Video metadata in writing mode.

There is nothing to do to improve this state in digiKam implementation. All future improvements must be done in Exiv2 shared lib.

Gilles Caulier