https://bugs.kde.org/show_bug.cgi?id=485356
--- Comment #4 from Ron <kdenlive-b...@contact.dot-oz.net> --- (In reply to MartinG from comment #3) > Thank you for this - I have spent a few hours trying to find out why my > external proxy clips don't work. > Below is a workaround that solved my problem of non-working external proxy > clips. I'm actually not quite clear on what you are "working around" here, but ... > In my kdenliverc, I have this: > externalProxyProfile=./;GOPR;./;GOPR;./;GL;./;GH;./;.LRV;./;.MP4;./;.LRV;./;. > MP4;GL;.LRV;GX;.MP4;GP;.LRV;GP;.MP4 Yes, this is clearly corrupted by this bug, and this setting is just kdenlive 'remembering' the last set of values that you used in those fields of the project settings proxy tab ... > I see that I have also ~/.local/share/kdenlive/externalproxies.rc with this > in it: > GoPro > LRV=./;GOPR;./;GOPR;./;GL;./;GH;./;.LRV;./;.MP4;./;.LRV;./;.MP4;GL;.LRV;GX;.MP4;GP;.LRV;GP;.MP4 Which is where the named profiles are defined, and clearly you have corrupted the entry(/ies) in this file too by editing that profile in a version of kdenlive with this bug. If you just delete that file, kdenlive should restore it with the actually correct values from the compiled in setttings for the pre-defined profiles that it ships with. > Turns out this file isn't used before I switch from "Current settings" (where > ever they came from?) ... "Current settings" are the last values you used in those fields (taken from the setting in kdenliverc), when those don't correspond to a named profile (because you can put whatever custom thing you like in there to suit the structure of a given project. You don't have to define a named profile for something you will only use once in one project. > ... to "GoPro LRV". And when you select a named profile it uses the setttings saved in externalproxies.rc So I'm glad that finding this helped you figure it all out, but there isn't really any magic workaround ... While this bug persists, if you try to use the edit profile dialog it will create a corrupted profile in externalproxies.rc If you then try to use that, it will remember the last used settings (bogus or not) in kdenliverc (and save them to your project file). The only way to add or edit new profiles until this is fixed is to manually edit the externalproxies.rc file - and so long as you never try to edit them in the app dialog, the contents of that file is initially created correctly and will not become corrupted. -- You are receiving this mail because: You are watching all bug changes.