https://bugs.kde.org/show_bug.cgi?id=411260
--- Comment #4 from Jonathan Gilbert <c6kargn...@liamekaens.com> --- Alright, I have feedback from the MLT side. This appears to be a bug on the Kdenlive side after all. When it generates the <consumer> tag in the MLT script, the parameters get reordered apparently randomly (maybe they're passing through a hash table on the way?). Dan Dennedy of the MLT project pointed out that the order of the XML attributes is important. They are processed left-to-right, and so when it encounters the `properties` option to load a preset, it is at that point that the preset is loaded and all of its parameters are applied. If `f="mkv"` appears to the left of `properties`, then the preset file can overwrite it. According to Dan, Kdenlive should always be putting `properties="preset"` as the very first XML attribute. -- You are receiving this mail because: You are watching all bug changes.