| Summary: | feature request with contributed code: import .kino files | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Pierre Beyssac <bugskde-4x8> |
| Component: | Project Bin & Import | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | fritzibaby, julius.kuenzel |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | FreeBSD | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Python script | ||
|
Description
Pierre Beyssac
2021-12-02 17:38:04 UTC
Wow, thanks for the info! Have you ever considered to write a https://opentimeline.io adapter for it? OpenTimelineIO is also written in python and supported by Kdenlive. You can either contribute the adapter to otio it self or put in a separate repo and publish it on https://pypi.org/ This would allow not only to exchange between *.kino files and Kdenlive, but many other popular video editor as well. The otio-drp-adapter (https://github.com/gilou/otio-drp-adapter) is a good reference for you, I think because with about 200-300 lines of code it has a similar size as your script. |