https://bugs.kde.org/show_bug.cgi?id=507521
--- Comment #1 from Richard Ash <richardash1...@yahoo.co.uk> --- Created attachment 183544 --> https://bugs.kde.org/attachment.cgi?id=183544&action=edit Proposed SVT-AV1 render preset Render preset for SVT-AV1. The preset works fine if added as-is, but gets broken if the "Edit" button the Kdenlive GUI is clicked, because some of the changes needed to get CRF adjustment working are reverted. The changes I had to make by editing the XML were: - in the "args" attribute, replace `qscale=%quality` with `crf=%quality` - add to the profile the XML attribute `qualities="1,63"` Both of these are lost if the "Edit" button the Kdenlive GUI is clicked (the attribute `qualities="1,63"` is lost even if the attribute `manual="1"` is set). -- You are receiving this mail because: You are watching all bug changes.