Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mltframework/mlt
MLT Multimedia Framework
https://github.com/mltframework/mlt
audio audio-processing c c-plus-plus ffmpeg framework frei0r ladspa multimedia opengl qt sdl2 video video-processing
Last synced: 1 day ago
JSON representation
MLT Multimedia Framework
- Host: GitHub
- URL: https://github.com/mltframework/mlt
- Owner: mltframework
- License: lgpl-2.1
- Created: 2012-04-13T18:30:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T03:24:25.000Z (14 days ago)
- Last Synced: 2024-10-29T17:27:22.106Z (10 days ago)
- Topics: audio, audio-processing, c, c-plus-plus, ffmpeg, framework, frei0r, ladspa, multimedia, opengl, qt, sdl2, video, video-processing
- Language: C
- Homepage: https://www.mltframework.org
- Size: 16.5 MB
- Stars: 1,494
- Watchers: 73
- Forks: 320
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-video - mltframework/mlt - MLT Multimedia Framework. (Encoding / Talks Presentations Podcasts)
README
MLT FRAMEWORK README
--------------------MLT is a LGPL multimedia framework designed for video editing.
This document provides a quick reference for the minimal configuration, build and
installation of MLT.See the `docs/` directory for usage details.
See the [website](https://www.mltframework.org/docs/) for development details
and a [contributing](https://www.mltframework.org/docs/contributing/) guide.Configuration
-------------Configuration is triggered by running:
cmake .
More information on usage is found by viewing `CMakeLists.txt` and the [cmake man page](https://cmake.org/cmake/help/latest/manual/cmake.1.html).
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 version
on 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 or
regular 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/.