openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #05662
[Bug 642320] Re: Remove use of melt
Correct me if I'm wrong, but the patch as applied won't fullly remove
the use of melt, av_formats.py is still using melt to get the list of
codecs/formats.
--
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/642320
Title:
Remove use of melt
Status in OpenShot Video Editor:
Fix Committed
Bug description:
Hi,
Now we are using melt to retrieve the list of transitions, codec and
formats.
It's a little "crappy" way to do things. We use a testing CLI
interface to mlt instead of using mlt directly.
It would be quicker and cleaner to directly access mlt, i made a demo
patch who takes me a few minutes to show that it's possible.
If doing so, we can remove the melt command entry in the preferences
window, user should not care of that ;)
Thanks.
References