Dan Dennedy

Results 341 comments of Dan Dennedy

Yes, for a long time, and that setting has nothing to do with this. Basically, if your program is going to create an unbound number of threads to extract thumbnails...

This bug report is difficult to follow. For starters, Shotcut (and perhaps Kdenlive appimage but not sure) are using MLT and frei0r git master when released each month. There has...

I will take a look soon at what change needs to be made in OpenCV frei0r plugins. In the meantime, you should think about a packaging workaround considering possibly not...

@plater I disagree that it should be removed. Think about people already using this in scenarios where they care more about obtaining a result than how quickly it runs. Meanwhile,...

@j-b-m Do you agree to make the opencv module required to be explicitly enabled until the root issue is identified and resolved?

I do not know; I doubt it. I have not reproduced it, and it has been a lone time since I tried. I generally avoid OpenCV now due to its...

I only took a quick look into this, and I am not very motivated at the moment to dig into it deeper. Most people that want to use composite as...

MLT filters cannot represent a parameter value change in a single frame. The minimum is 2. So, if you want the volume to go from 0 to 1.0 over two...

Also, in MLT, `out` is the frame number of the last frame of whatever, e.g.`out = duration - 1` by default. frame 23 is the last frame of one second...

The `scanf` does match the `snprintf` in the source code. Maybe the problem is that your MLT environment is expecting comma for the decimal separator, and the data is using...