| Summary: | kdenlive cannot read file encoded date and timecode | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | erentar2002 |
| Component: | Project Bin & Import | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 24.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | output of mediainfo when passed the file in question | ||
|
Description
erentar2002
2024-09-28 23:44:32 UTC
Camera is a GH5M2, produces MOV files with date and timecode metadata. kdenlive does not respect the date recorded, and instead reads the date from file modified field, when it should get the "Tagged date" field from mediainfo. kdenlive does not respect the timecode either, timecode of the imported file starts from 00:00 instead of the time of day. shotcut video editor can read the date and timecode perfectly fine. Created attachment 174655 [details]
output of mediainfo when passed the file in question
It appears there is a mechanism to obtain these information from the file using mediainfo however it did not work for me. https://invent.kde.org/multimedia/kdenlive/-/blob/master/src/bin/projectclip.cpp?ref_type=heads#L930 the file in question https://drive.google.com/file/d/1O9KmLJ52VHoZnNDmHvdzrjrzT_5ZddW7/view?usp=sharing mind it is 100mb |