Dan Dennedy
Dan Dennedy
I highly doubt anyone will help you with this, and I do not have time to investigate it as a bug any time soon. I suggest you tinker around to...
In general, I recommend people to stick to composition patterns that one can observe in the XML outputs from `melt -consumer xml`, Shotcut, and Kdenlive. SImply reading the documentation and...
> Oh interesting, doesn't that mean everything needs to fall into just one tractor with flat playlists? Not necessarily. Shotcut lets you make clip, playlist, or multitrack projects by simply...
You might be making some graph configuration that is unexpected by the xml consumer. You can try to fix consumer_xml.c for it, but this is not a good sign. Even...
Instead of cutting the tractor, try setting in and out on it. Alternatively, set in and out on the consumer.
Do you need to serialize this with in and out without also including a consumer element added in a XML post-processing step? The way Kdenlive does this is to set...
> All that said, this initial issue I believe is still an issue, or at least deficiency. I can work around it for now using your suggestions or some alternative...
Is the problem specific to videos with AAC? AAC codecs have an inherent delay that can be a source of problems. It can help to narrow down the problem by...
> calls get_frame on an Mlt::Producer Actually, Mlt::Producer::get_frame() is not doing anything on an OpenGL context. However, later in that method, it calls Mlt::Frame::get_image(), which will when using the opengl/Movit...
> All code that uses mlt (at least mlt_consumer_get_frame?) would then have to be executed from a render thread. No, that is not what I said. > This change: Your...