MLT package is the Media Lovin Toolkit. It is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): https://downloads.sourceforge.net/mlt/mlt-6.4.1.tar.gz
Download MD5 sum: bfa7b4009be616d6f858393a88fbbb32
Download size: 1.3 MB
Estimated disk space required: 64 MB
Estimated build time: 0.4 SBU
frei0r-plugins-1.6.1 and Qt-5.9.1
Doxygen-1.8.13, fftw-3.3.6-pl2, libexif-0.6.21, SDL-1.2.15, JACK, MOVEit, SoX, Swfdec, and vid.stab
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/mlt
Install MLT by running the following commands:
sed -i 's/xlocale.h/locale.h/' src/framework/mlt_property.h && ./configure --prefix=/usr \ --enable-gpl \ --enable-gpl3 \ --enable-opengl \ --disable-gtk2 \ --qt-libdir=$QT5DIR/lib \ --qt-includedir=$QT5DIR/include && make
This package does not come with a test suite. However a test .mp4
file can be played in a local graphical environment with
./src/melt/melt
<filename>.mp4
.
This application uses advanced graphical capabilites. In some cases, firmware for your specific graphics adaptor may be needed. See the section called “Firmware for Video Cards” for more information.
Now, as the root
user:
make install
Last updated on 2017-08-23 17:35:52 -0700