https://bugs.kde.org/show_bug.cgi?id=507521
--- Comment #4 from Richard Ash <richardash1...@yahoo.co.uk> --- Thank you for moving this forward! I had been looking into the issues with editing the preset in the GUI, and got as far as finding this would need a C++ patch to fix in kdenlive-25.04.2 sources. On a quick look the bug still seems to be there on master branch. Roughly the issue is on https://invent.kde.org/multimedia/kdenlive/-/blob/master/src/dialogs/renderpresetdialog.cpp?ref_type=heads#L442, when a new preset gets created from the dialogue, the scaling of the Quality slider doesn't get copied across to the new object. This matters a lot for SVT-AV1 because the useful CRF values are mostly 25 - 50, a lot of which doesn't fit in the default 1-31 Quality scale (unlike many other codecs). Hopefully I can get a patch sorted for this early next week, although it touches a few different places in the dialogue and the model class. -- You are receiving this mail because: You are watching all bug changes.