Bug 446382 - feature request with contributed code: import .kino files
Summary: feature request with contributed code: import .kino files
Status: CONFIRMED
Alias: None
Product: kdenlive
Classification: Applications
Component: Project Bin & Import (show other bugs)
Version: unspecified
Platform: Other FreeBSD
: NOR wishlist
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-02 17:38 UTC by Pierre Beyssac
Modified: 2024-10-01 18:32 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Python script (18.01 KB, text/x-python)
2021-12-02 17:38 UTC, Pierre Beyssac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Beyssac 2021-12-02 17:38:04 UTC
Created attachment 144150 [details]
Python script

SUMMARY
You might be interested by this Python script I wrote to convert old .kino projects. I published it on Github:
https://github.com/pbeyssac/kino-kdenlive
Comment 1 Julius Künzel 2022-01-24 23:58:26 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.