mlt icon indicating copy to clipboard operation
mlt copied to clipboard

MLT Multimedia Framework

Results 81 mlt issues
Sort by recently updated
recently updated
newest added

SDL1 is often being replaced by https://github.com/libsdl-org/sdl12-compat , a compatibility wrapper around SDL2. Applications using the sdl consumer may experience some problems as shown in this Flowblade bug report https://github.com/jliljebl/flowblade/issues/1134...

Hello everyone, there is a strange bug here. When I non proportionally scale the original image size, for example, using the 'affine' filter to set the image size to 640x640,...

As long as I maintain Ruby in Fedora, with every major bump I wonder if I should rebuild MLT or not. While it provides Ruby binding in the mlt.so form,...

`locale.h` & `locale_t` are implemented by GNU libc (at least), so any OS based on it has them; hence, extend the check to use `__GLIBC__` as alternative to `__linux__`. Updates...

MLT version 7.20.0; FreeBSD 15-CURRENT; all versions of Shotcut seem to be affected, even Qt5-based versions like 22.06.23. Kdenlive does not seem to be affected. After b4943c55ea44b6d72a5f22b5dcb754c3c89454e3, Shotcut consistently crashes...

Hi all, I encountered a problem while testing multi track synthesis video. When using 15 tracks, which includes approximately 500 clips, the synthesized video takes 15 minutes. However, the entire...

Hi! I'm trying to build MLT for MSVC 2019. The CMAKE part runs OK, but building the sln generated fails with a lot of errors. Even trying to build the...

MLT Version : 7.13.0 System Version: MacOS 11.5.1 Issue: The second frame and the third frame rendered error. XML file ``` xml avformat /Users/apple/Downloads/anastasiaop.mp4 yuv422 color #000000 167 yuv422 color...

``` [ 39%] Building CXX object src/modules/glaxnimate/CMakeFiles/mltglaxnimate.dir/glaxnimate/src/core/io/lottie/cbor_write_json.cpp.o /home/farid/mlt-git/src/mlt/src/modules/glaxnimate/glaxnimate/src/core/io/lottie/cbor_write_json.cpp:21:6: error: identifier ‘char8_t’ is a keyword in C++20 [-Werror=c++20-compat] 21 | enum char8_t : uchar {}; | ^~~~~~~ cc1plus: all warnings being...

I am working on one web application development where i need to render glsl which can support editable animated text. Whereas User can edit the animated text which can be...