Remove use of melt
Bug #642320 reported by
moimael
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
High
|
Unassigned |
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.
Changed in openshot: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in openshot: | |
milestone: | none → 1.3.0 |
Changed in openshot: | |
status: | Confirmed → Fix Committed |
tags: | added: patch |
Changed in openshot: | |
importance: | Low → High |
milestone: | 1.3.0 → 1.4.0 |
Changed in openshot: | |
status: | In Progress → Fix Committed |
Changed in openshot: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
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.