Summary: | .insv (360-video) files not shown | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jan van Bekkum <Jan.vanBekkum> |
Component: | Albums-IconView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | CC: | Jan.vanBekkum, metzpinguin |
Priority: | NOR | ||
Version: | 7.2.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | 7.3.0 | |
Sentry Crash Report: | |||
Attachments: | 4k resolution file |
Description
Jan van Bekkum
2021-06-25 18:37:19 UTC
digiKam knows a variety of Mime types. If you have an exotic format like this one, then you can add the "insv" type in the digiKam settings under View-> Mime types under Video. digiKam scans the collection again and you see a thumbnail. The video (I downloaded a sample from the web) is even played. The video does not seem to contain any information about the orientation because even ExifTool does not show anything that could be an orientation. The video can be rotated with the right mouse button in play mode. Maik Created attachment 139668 [details]
4k resolution file
Thanks Maik! This is extremely helpful and exactly what I was looking for. The Insta360 X2 can record in different formats. If you record in the highest 5.7k resolution it creates 2 files, each covering 180 degrees view. In the lower 4k resolution you get one file with a mirrored view (see attachment). Git commit 6dfe2464bcf9a1396197c0f05c404a7b4390b795 by Maik Qualmann. Committed on 26/06/2021 at 06:47. Pushed by mqualmann into branch 'master'. add special case to load the metadata with the FFmpeg parser The mime type "INSV" is unknown to QMimeDatabase. M +2 -1 core/libs/metadataengine/dmetadata/dmetadata_fileio.cpp https://invent.kde.org/graphics/digikam/commit/6dfe2464bcf9a1396197c0f05c404a7b4390b795 |