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've got various DVB-S2 recordings (H.264, 720p50) which I wanted to cut in kdenlive but there is one issue with the seeking (KDE Bug 361966). Since melt shows the same...

I've came accross several instances of melt xmi files that cause an outright segfault or cause a 100% usage of the cpu for infinite amount of time. This can be...

I am trying to make a video where I have a clip in a playlist in a playlsit. Which is to say, The main producer is a playlist with one...

Hello, I have problems in consumer multi, I can not seek the playlist melt -profile dv_ntsc Wildlife.mov -consumer multi 0=sdl 1=decklink terminate_on_pause=0 real_time=1 Pressing (H = back 1 minute), (L...

Hi, If you run segfault.sh, you will see a crash in customer because the resolution of the image is not what is expect, an image with a bad resolution is...

`meld --progress video.webm` doesn't exit with an error in version 6.0.0

Make Profile("dv_pal"); Make Consumer(_Profile,"cbrts"); Make Producer(_Profile, "decklink:0"); Producer->set("buffer",50); Producer->set("prefill",25); Consumer->connect(*Producer); Consumer->run(); add log 1 add log 2 Bug 1: Ok, now i have output: prefill is 25, queue size is...

Related Debian bug: http://bugs.debian.org/764165 Part of the problem is that both AVCodecContext and the libx264 private data context respond to the "profile" property, but the AVCodecContext does not understand the...

confirmed

Here is my proposal as discussed to define the image format in each producer's get_frame method, before attempting to fetch an image. This allows possible optimizations like I do in...

in Kdenlive we use the "audiolevel" filter to get the peak audio level for each track, using the _audio_level. property. With this change, the filter can now optionally output the...