Summary: | the OpenTimelineIO is not exporting in this version (23.08.4) | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | a21lol <aryana21lol> |
Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | antimidia, berndmj, julius.kuenzel |
Priority: | NOR | ||
Version First Reported In: | 23.08.4 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
a21lol
2023-12-21 08:02:44 UTC
I'm having the same issue though the error message is a bit different: Traceback (most recent call last): File "/home/xxxx/.local/share/kdenlive/venv/bin/otioconvert", line 8, in <module> sys.exit(main()) ^^^^^^ File "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/opentimelineio/console/otioconvert.py", line 238, in main result_tl = otio.adapters.read_from_file( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/opentimelineio/adapters/__init__.py", line 143, in read_from_file return adapter.read_from_file( ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/opentimelineio/adapters/adapter.py", line 110, in read_from_file result = self._execute_function( ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/opentimelineio/plugins/python_plugin.py", line 144, in _execute_function return (getattr(self.module(), func_name)(**kwargs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/otio_kdenlive_adapter/adapters/kdenlive.py", line 290, in read_from_string maintractor = get_maintracktor(mlt, byid, docversion) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/otio_kdenlive_adapter/adapters/kdenlive.py", line 248, in get_maintracktor if float(docversion) < float("1.1"): ^^^^^^^^^^^^^^^^^ ValueError: could not convert string to float: '' (In reply to antimidia from comment #1) > I'm having the same issue though the error message is a bit different: > > Traceback (most recent call last): > File "/home/xxxx/.local/share/kdenlive/venv/bin/otioconvert", line 8, in > <module> > sys.exit(main()) > ^^^^^^ > File > "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/ > opentimelineio/console/otioconvert.py", line 238, in main > result_tl = otio.adapters.read_from_file( > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File > "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/ > opentimelineio/adapters/__init__.py", line 143, in read_from_file > return adapter.read_from_file( > ^^^^^^^^^^^^^^^^^^^^^^^ > File > "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/ > opentimelineio/adapters/adapter.py", line 110, in read_from_file > result = self._execute_function( > ^^^^^^^^^^^^^^^^^^^^^^^ > File > "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/ > opentimelineio/plugins/python_plugin.py", line 144, in _execute_function > return (getattr(self.module(), func_name)(**kwargs)) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File > "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/ > otio_kdenlive_adapter/adapters/kdenlive.py", line 290, in read_from_string > maintractor = get_maintracktor(mlt, byid, docversion) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File > "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/ > otio_kdenlive_adapter/adapters/kdenlive.py", line 248, in get_maintracktor > if float(docversion) < float("1.1"): > ^^^^^^^^^^^^^^^^^ > ValueError: could not convert string to float: '' I forgot to mention I'm using Kdenlive 24.08 on Debian Testing. This is still an open topic and is already part of the roadmap (https://kdenlive.org/en/kdenlive-roadmap/) for mid-term resolution. *** This bug has been marked as a duplicate of bug 479162 *** |