All Projects → mltframework → Mlt

mltframework / Mlt

Licence: lgpl-2.1
MLT Multimedia Framework

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Mlt

Ffmpeg Video Player
An FFmpeg and SDL Tutorial.
Stars: ✭ 149 (-82.18%)
Mutual labels:  sdl2, audio, ffmpeg, multimedia
video-audio-tools
To process/edit video and audio with Python+FFmpeg. [简单实用] 基于Python+FFmpeg的视频和音频的处理/剪辑。
Stars: ✭ 164 (-80.38%)
Mutual labels:  ffmpeg, video-processing, audio-processing
Trinity
android video record editor muxer sdk
Stars: ✭ 609 (-27.15%)
Mutual labels:  opengl, audio, ffmpeg
Sfml
Simple and Fast Multimedia Library
Stars: ✭ 7,316 (+775.12%)
Mutual labels:  opengl, audio, multimedia
Vidgear
A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features 🔥
Stars: ✭ 2,048 (+144.98%)
Mutual labels:  framework, ffmpeg, video-processing
Mediapipe
Cross-platform, customizable ML solutions for live and streaming media.
Stars: ✭ 15,338 (+1734.69%)
Mutual labels:  framework, video-processing, audio-processing
Ffmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
Stars: ✭ 27,382 (+3175.36%)
Mutual labels:  audio, ffmpeg, multimedia
Metalpetal
A GPU accelerated image and video processing framework built on Metal.
Stars: ✭ 907 (+8.49%)
Mutual labels:  opengl, video-processing, multimedia
eloquent-ffmpeg
High-level API for FFmpeg's Command Line Tools
Stars: ✭ 71 (-91.51%)
Mutual labels:  ffmpeg, video-processing, audio-processing
Hplayer
A multi-screen player using Qt + FFmpeg.
Stars: ✭ 330 (-60.53%)
Mutual labels:  opengl, ffmpeg, qt
Ffmediaelement
FFME: The Advanced WPF MediaElement (based on FFmpeg)
Stars: ✭ 733 (-12.32%)
Mutual labels:  audio, ffmpeg, audio-processing
Tracktion engine
Tracktion Engine module
Stars: ✭ 587 (-29.78%)
Mutual labels:  framework, audio, audio-processing
Pipewire
Mirror of the PipeWire repository (see https://gitlab.freedesktop.org/pipewire/pipewire/)
Stars: ✭ 922 (+10.29%)
Mutual labels:  framework, audio, multimedia
lecture-demos
Demonstrations for the interactive exploration of selected core concepts of audio, image and video processing as well as related topics
Stars: ✭ 12 (-98.56%)
Mutual labels:  multimedia, video-processing, audio-processing
Csfml
Official binding of SFML for C
Stars: ✭ 211 (-74.76%)
Mutual labels:  opengl, audio, multimedia
DuME
A fast, versatile, easy-to-use and cross-platform Media Encoder based on FFmpeg
Stars: ✭ 66 (-92.11%)
Mutual labels:  ffmpeg, video-processing, audio-processing
Swiftffmpeg
A Swift wrapper for the FFmpeg API
Stars: ✭ 243 (-70.93%)
Mutual labels:  audio, ffmpeg, multimedia
Mystiq
Qt5/C++ FFmpeg Media Converter
Stars: ✭ 393 (-52.99%)
Mutual labels:  audio, ffmpeg, multimedia
nebula
Media asset management and broadcast automation system
Stars: ✭ 103 (-87.68%)
Mutual labels:  ffmpeg, multimedia, video-processing
Sfml.net
Official binding of SFML for .Net languages
Stars: ✭ 354 (-57.66%)
Mutual labels:  opengl, audio, multimedia

MLT FRAMEWORK README

Written by Charles Yates <[email protected]>
and Dan Dennedy <[email protected]>

MLT is a LGPL multimedia framework designed for television broadcasting,
and melted is a GPL multi-unit video playout server with realtime
effects.

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 for development details:
    https://www.mltframework.org/docs/
    https://www.mltframework.org/docs/contributing/

Configuration

Configuration is triggered by running:

    ./configure 

More information on usage is found by running:

    ./configure --help

NB: This script must be run to register new services after a CVS checkout
or subsequent update.

Compilation

Once configured, it should be sufficient to run:

    make

to compile the system.

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:

    make install 

More Information

For more detailed information, please refer to docs/install.txt.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].