Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.veg (Magix Vegas) support #1659

Open
amakuramio opened this issue Aug 30, 2023 · 1 comment
Open

.veg (Magix Vegas) support #1659

amakuramio opened this issue Aug 30, 2023 · 1 comment

Comments

@amakuramio
Copy link

amakuramio commented Aug 30, 2023

Feature Request

Is this a New Feature, or a Proposed Change to existing Behavior?
new feature

Description

Describe the new feature, or describe the modification to existing behavior, and provide context as necessary to help with understanding how the feature relates to a workflow or functionality.
I would love to be able to convert from and to sony vegas. I like kdenlive but its import and export function does not work at all. and otioconvert dont know how to make it work, says otioconvert -i j.kdenlive -o a.xml
Traceback (most recent call last):
File "/home/d-ri/.local/bin/otioconvert", line 8, in
sys.exit(main())
File "/home/---/.local/lib/python3.10/site-packages/opentimelineio/console/otioconvert.py", line 243, in main
result_tl = otio.adapters.read_from_file(
File "/home/-i/.local/lib/python3.10/site-packages/opentimelineio/adapters/init.py", line 137, in read_from_file
return adapter.read_from_file(
File "/home/-/.local/lib/python3.10/site-packages/opentimelineio/adapters/adapter.py", line 119, in read_from_file
result = self._execute_function(
File "/home/d-i/.local/lib/python3.10/site-packages/opentimelineio/plugins/python_plugin.py", line 153, in _execute_function
return (getattr(self.module(), func_name)(**kwargs))
File "/home/d-/.local/lib/python3.10/site-packages/opentimelineio_contrib/adapters/kdenlive.py", line 237, in read_from_string
raise RuntimeError("Can't find main tractor")
RuntimeError: Can't find main tractor

Context

@reinecke
Copy link
Collaborator

Hi @amakuramio - It looks like maybe there are two separate issues here? We've been moving the adapters out of the core into separate repos. Can you try the KDE maintained KDENLive adapter and see if that solves the exception you're running into? If that other adapter has issues, that team would be better suited to help out - unfortunately we're not kdenlive experts.

The OpenTimelineIO core team is shifting focus away from adding new adapters so we can concentrate on core enhancements. There is documentation about how to create new adapters available - we encourage interested parties to follow that guide. We're always happy to help with guidance, but the team likely won't be adding any new format support to the main library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants