Multimedia framework designed and developed for television broadcasting
http://mlt.sourceforge.net/
MLT 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.
The functionality of the system is provided via an assortment of ready to use
tools, XML authoring components, and an extensible plug-in based API.
- Sources inherited from project multimedia:libs
- Devel package for openSUSE:Factory
-
7
derived packages
- Links to openSUSE:Factory / libmlt
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:infi777:games/libmlt && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
libmlt-fixluma.patch | 0000000399 399 Bytes | |
libmlt.changes | 0000056398 55.1 KB | |
libmlt.spec | 0000010321 10.1 KB | |
mlt-6.26.0.tar.gz | 0001365958 1.3 MB | |
webvfx-1.2.0.tar.gz | 0000241227 236 KB | |
webvfx-nobrowser.patch | 0000000370 370 Bytes | |
webvfx-versioned-libdir.patch | 0000000390 390 Bytes | |
webvfx.changes | 0000003725 3.64 KB | |
webvfx.spec | 0000004814 4.7 KB |
Revision 117 (latest revision is 176)
Dave Plater (plater)
accepted
request 884336
from
Luigi Baldoni (alois)
(revision 117)
- Update to version 6.26.0 Modules: * Added support for `hwaccel` query string parameter to the `avformat` producer. It accepts the following values: vaapi and cuda. * Added support for `hwaccel_device` query string parameter to the `avformat` producer. This is only used with vaapi (device path) and cuda. * Improved the usage of image slice threading in `frei0r`. This only applies when `threads`=0 and only works with some frei0r plugins that you must decide yourself. * Added an ellipse item to `kdenlivetitle` producer. * Added support for PNG and GIF as album art in the `avformat` producer. * Added BT.2020 color space metadata to the `avformat` producer. * Resolved many FFmpeg deprecations in the `avformat` producer making it possible to support AV1 decoding. * Added a `strobe` fitler that periodically makes the alpha channel transparent. * Added a new `typewriter` text filter (currently only works with the kdenlivetitle producer). * Improved sound quality for lower pitch shifts in `rbpitch`. * Fixed speed of trick play in the `jack`, `rtaudio`, `sdl_audio`, and `sdl2_audio` consumers. * Fixed matrix for independent channels in `swresample` filter. * Fixed leading zeros for the `timer` filter. * Fixed flickering using `affine` with a `luma` transition. * Fixed a crash using RGBA images in the `qimage` producer (regression in v6.22.0). * Fixed `brightness` filter misbehaves on `alpha` > 1. * Fixed writing `flac` format file does not set its duration in the `avformat` consumer. * Fixed an infinite loop in `rbpitch` filter. * Fixed `ttl` in the `qimage` producer. * Fixed building with OpenCV 4.5 * Fixed artifacts with multiple HTML `qtext` filters and frame threading. * Deprecated the `start` and `end` properties on the following (use property animation instead): + brightness + panner + boxblur + wave + volume * Deprecated the following services: + data_show + region + transition filter + autotrack_rectangle + motion_est + slowmotion Other: * CMake + Fixed building without SWIG. + Added many "MOD_..." options to explictly disable modules. + Added src/tests and the option `BUILD_TESTING`, which defaults off. + All dependency checks moved to top level CMakeLists.txt. + Install melt man page. + Install oldfilm SVG files. + Added src/examples. + Install framework/metaschema.yaml. + Fixed `plusgpl` datadir. + Added all swwig/ languages. + Increased C++ standard to C++14. * Added an `AV1` encoding preset. * Improved documentation of the requirement for C11. * The minimum version of FFmpeg is v4.0 and Libav is no longer supported. - Drop libmlt-0.8.2-vdpau.patch and everything related to vdpau (no longer present in the tree) - Enable libebur128
Comments 0