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

Here's the log: Rendering of X:/My Drive/Videos/HometoPnP Highspeed-6000.mp4 crashed [mp4 @ 000000000222d2c0] Timestamps are unset in a packet for stream 1. This is deprecated and will stop working in the...

I built mlt-7.4.0 using mingw64 toolchain. When playing mp4 videos using command line tool melt, consumer_sdl2 is used, and the producer is avformat I guess. If I resized playing window,...

Hello everyone, i have a little issue with MLT and kdenlive. When i render a video, the audio seems to be [crackling](https://youtu.be/DJuP33g2Z1Q), it also happens when i run the mlt...

I have tried to compile mlt with GCC compiler targeting mingw 32 bit but it fails with this error: ``` FAILED: src/modules/core/CMakeFiles/mltcore.dir/transition_matte.c.obj F:\msys64\mingw32\bin\cc.exe -DARCH_X86_64 -DUSE_SSE -Dmltcore_EXPORTS -IF:/msys64/home/x/mlt/src/modules/core/../../win 32 -IF:/msys64/home/x/mlt/src/framework/.. -mmmx...

```melt -producer avformat:any_imf_video_file.mxf lowres=3``` Expected behavior: output is 1/8 the resolution, 480x270 for a 4K file Actual behavior: output is full resolution This is due to AVOptions being set after...

### Description When rendering an MLT file referencing a FLAC audio file, the rendered output will contain audible artifacts (crackles, pops) if the producers in offset is greater than zero...

I based this off of how producer_avformat.c does video caching. Seems to work fine and doesn't leak any more memory than melt did before this patchset. I purposefully *don't* use...

melt 6.3.0 Input video: 8 fps, 5 min 19 sec My command: ~~~ /usr/bin/melt \ "/var/www/userfiles/input/1/1478553451_5820ef6b72975.mp4" \ -consumer avformat:"/var/www/userfiles/output/out.mp4" \ width=640 height=360 display_aspect_num=16 display_aspect_den=9 r=25 vcodec=libx264 vb=1228800 acodec=aac ab=128k frequency=44100...

I've been trying to use a timewarp producer to allow for fast-forward and slow-motion features in my current application and noticed some issues after hot swapping my existing producer (`avformat`)...

I'm using mlt over kdenlive and I think I found a "bug" or missing feature. The problem is that when I add a video with 10 bit colours, the output...