Bug 446382

Summary: feature request with contributed code: import .kino files
Product: [Applications] kdenlive Reporter: Pierre Beyssac <bugskde-4x8>
Component: Project Bin & ImportAssignee: 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
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.