I downloaded here Openshot 1.4.2 batleshot sfs to run it on Bionic32, installed but it doesn't run. I installed python-mlt from PP.
I type openshot in console and get error about Python.
typing
$ python
>> import mlt
>> mlt.Factory().init()
gives me:
mlt_repository_init: failed to dlopen /usr/lib/i386-linux-gnu/mlt/libmltkino.so
(libquicktime.so.0: cannot open shared object file: No such file or directory)
mlt_repository_init: failed to dlopen /usr/lib/i386-linux-gnu/mlt/libmltqimage.so
(libQtSvg.so.4: cannot open shared object file: No such file or directory)
<mlt.Repository; proxy of <Swig Object of type 'Mlt::Repository *' at 0xb6f9aa10> >
By the way, in PPM I always get message about missing dependencies python:any python:any python:any qtbase-abi-5-9-5
What should I do?