Kdenlive

Netinstall > Step2 - Editors >

Install with the latest video codecs


Choice a.
Download an Appimage which includes Kdenlive, MLT, libav etc and allows kdenlive to be run stand-alone from any previous install of these modules on the system, from.. kdenlive.org/download/

the only problem is it loads 660mb into /tmp with every load up.

Then make the Appimage executable and run it with ./Kdenlive*

(It loads up fine but video rendering crashes for me, a Qt problem that I can't manage to fix)


I put it in ~/kdenlive and make a symlink to it (because of its version number in the Appimage name)
 



You can unpack the App Image and keep all the app libraries in a home dir - then you can easily copy render profiles and UI settings from a previous version.
This also sees that no files are unloaded to /tmp.

first find offset no. need to mount the image..
 

Then mount it and copy out the contents..
 


make a .desktop file with
 
 

just change your user name!


Also, important, make the kdenlive runtime dir with..
 

I can't get past this error and renders crash:

mlt_repository_init: failed to dlopen /home/dav/kdenlive/extracted/usr/lib/mlt/libmltgtk2.so
(/usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined symbol: hb_buffer_set_cluster_level)

Choice b.
use the build script to install the latest versions of Kdenlive, libav, mlt rendering engine, and x264 into a directory without changing anything on the system.

Kdenlive/Development/KF5#A_build_script


migrate config files if you previously used Kdenlive (check locations of new install first)
 

But make sure the environmentals point to the bin files in the new kdenlive directory
 

 
or, remove those lines from the file (if they point to /usr/bin/) and run the start-up script and kdenlive will add the lines with the local env.

edit the kdenlive .desktop file with
 


Choice c.
build kdenlive/ffmpeg/mlt from source see dev page

download MLT from sourceforge mlt/files/
or follow this guide to pull from git kevin.deldycke.com...

get mlt build dependencies
 


if you previously had mlt installed, remove it with
 


cd to the mlt directory and run:
 



Home | Content | Site Map | TOP