MLT-6.20.0

Introduction to MLT

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-9.1 platform.

Package Information

MLT Dependencies

Required

frei0r-plugins-1.7.0 and Qt-5.14.1

Optional

Doxygen-1.8.17, fftw-3.3.8, libexif-0.6.21, SDL-1.2.15, JACK, MOVEit, SoX, Swfdec, and vid.stab

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/mlt

Installation of MLT

Install MLT by running the following commands:

./configure --prefix=/usr     \
            --enable-gpl      \
            --enable-gpl3     \
            --enable-opengl   \
            --disable-gtk2    &&
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.

[Note]

Note

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

Contents

Installed Program: melt
Installed Libraries: libmlt.so, libmlt++.so, and over twenty plugins
Installed Directories: /usr/include/mlt, /usr/include/mlt++, /usr/lib/mlt, and /usr/share/mlt

Short Descriptions

melt

is a test tool for MLT.

Last updated on 2020-02-18 14:50:03 -0800