Skip to content

Add python interface

Julius Künzel requested to merge jlskuz/kdenlive:work/python into master

This adds a new python interface class that is now used by text to speech and otioconvertions. One of the main goals is to offer dependency management for otio in a the same why it is already possible for text to speech.

Other achievements are

  • reduce duplicated code
  • make it easier to add more python based features in the future
  • more detailed error messages in some situations

BUG: 423083

Edited by Julius Künzel

Merge request reports