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-11.0 platform.
Download (HTTP): https://github.com/mltframework/mlt/releases/download/v7.0.1/mlt-7.0.1.tar.gz
Download MD5 sum: c9cca34e75caee6aa31d42d5e141206b
Download size: 1.1 MB
Estimated disk space required: 22 MB
Estimated build time: 0.1 SBU (Using parallelism=4)
frei0r-plugins-1.7.0 and Qt-5.15.2
Doxygen-1.9.2, fftw-3.3.9, libexif-0.6.22, SDL-1.2.15, SDL2-2.0.16, JACK, MOVEit, SoX, and vid.stab
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/mlt
Install MLT by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -Wno-dev .. && 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