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

I'm trying to catalog and fix (the best I can) the numerous data races in mlt. This one happens by simply running "melt video.mp4" ``` WARNING: ThreadSanitizer: data race (pid=344)...

I did some tests with a playlist item modification and reordering and found some issues First issue related to **mlt_playlist_move** function: *current == dest* special case is wrong. Fix is...

Hi, I've been trying to get an MLT build working on Windows. I can get it to build but the build is not functional when using the C API. SDL...

When I first opened shutcut, the memory was at 110MB. ![1](https://user-images.githubusercontent.com/9814915/33156828-6de369ee-d038-11e7-95bd-66d8633d1718.jpg) After I create a projuect. Now memory is 544MB ![3](https://user-images.githubusercontent.com/9814915/33156904-179a0fa6-d039-11e7-8c7a-5dd264c5d501.jpg) the project like ![2](https://user-images.githubusercontent.com/9814915/33156909-2a4fdd6a-d039-11e7-8706-cfd2dec28cfb.jpg) Finally, I close the project....

At one point I accidentally added the current file to itself while using kdenlive. This resulted in an unopenable file — trying to open it would result in unresponsiveness and...

Currently this problem is reproduses for many users, rendering works, but unable to finish render. https://forum.kde.org/viewtopic.php?f=272&t=125642&p=374677#p374677

Now this is a really strange behavior I'm experiencing with melt (and Kdenlive) with one of my USB audio interfaces, but not with another one. When playing a video clip...

I found that on Ubuntu 16.04 melt have huge audio/video desync ( video about 100-200ms ahead of audio) on all H264/AAC videos. I have tested SDL1/SDL2 and both have an...

It seems that the `halign` property of the composite transition is not honored when the geometry causes a qtext track to be reduced in size to fit the bounding rectangle....

This happens because the xml-producer has side-effects on the profile. Hence, if several clips are concurrently created using the same profile, nasty things can happen. One such example is producer_xml.c:348....