Dan Dennedy
Dan Dennedy
You might need to an [XML entity to include the emoji](https://stackoverflow.com/questions/52068120/emoji-in-strings-xml-file). Also, you might need to use a font that supports it. I am not certain if [AmaticSC](https://fonts.google.com/specimen/Amatic+SC) can. `qtext`...
The SDL integration on Windows sucks and is flaky. I have no intention of fixing or improving it. Shotcut builds, including the SDK, even sets the define "MELT_NOSDL" in CFLAGS...
SDL2 has been integrated into MLT v6.6.0. Now, melt can display video; however, you still cannot interact with the window (size, position, or defocus). Doing so makes it crash even...
>why not author do not realse a .exe version? It comes with [Shotcut](https://shotcut.org/).
> with bumping minimum requirement to c++17 it could be replaced with std::from_chars( He is referring to the framework code, which is strictly C. We are moving away from supporting...
I suggest you try to fix this yourself. Also, "prefill" does work, but it does not guarantee there will always be that many frames in the queue. The consumer may...
The way the framework is typically used (through a consumer based on mlt_consumer), this function is only called from one thread. If an app is going to read frames directly...
Thank you for your contribution.
I was reviewing some things today, and I agree to merge this if you simply "add a property to set the amount of audio caching. Leave it unset by default...
Yes, memory is released, but not all of it. Some things are cached and memory blocks pooled and reused in MLT. It is a very complicated subject. I believe there...