当前位置: 首页 > 软件库 > 应用工具 > 多媒体工具 >

mlt

MLT Multimedia Framework
授权协议 LGPL-2.1 License
开发语言 C/C++
所属分类 应用工具、 多媒体工具
软件类型 开源软件
地区 不详
投 递 者 凌展
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

MLT FRAMEWORK README

MLT is a LGPL multimedia framework designed for video editing.

This document provides a quick reference for the minimal configuration, build andinstallation of MLT.

See the docs/ directory for usage details.

See the website for development detailsand a contributing guide.

Configuration

Configuration is triggered by running:

cmake .

More information on usage is found by viewing CMakeLists.txt and the cmake man page.

Compilation

Once configured, it should be sufficient to run:

cmake --build .

to compile the system. Alternatively, you can run cmake with -G Ninja and use ninja to compile.

Testing

To execute the mlt tools without installation, or to test a new versionon a system with an already installed mlt version, you should run:

. setenv

NB: This applies to your current shell only and it assumes a bash orregular bourne shell is in use.

Installation

The install is triggered by running:

cmake --install .

More Information

For more detailed information, please refer to https://mltframework.org/docs/install/.

  • MLT的学习理解 MLT是一个开源的多媒体库,我们的音视频编辑工具,是使用它作为底层支持,某司的‘快剪辑’pc版和安卓版,也是用的它。 MLT简介 它的GitHub地址,这个库比较老了,现在只有一个作者在维护,可能这种库关注的人比较少,所以只有几百个star。想快速上手这个库,可以去看Shotcut的源码,这个Shotcut是一个多轨道视频编辑工具,底层用的就是MLT,UI用的是Qt。MLT用的插

  •     本文仅仅做为一篇入门文章,带领大家认识一下MLT这个框架(库)。 一、简介     MLT的英文全称为MLT Multimedia Frameword,翻译过来为MLT多媒体框架。该框架国内用的人比较少,也几乎没有中文资料,本文的目的是带大家简单认识一下这个功能强大的库。     MLT的官网为:https://www.mltframework.org/, 可以在上面下载最新的源码,也可以

相关阅读

相关文章

相关问答

相关文档