X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effects%2FREADME;h=89b83271615827f97983d4f8ad66578e1438a4c9;hb=76f2c13f02341a4db757f21c66c418bacac134a3;hp=806aecb1cc75825795af25757c90628d74601ba8;hpb=1b48700fd270797595098abb0279a5ac7388ec5f;p=kdenlive diff --git a/effects/README b/effects/README index 806aecb1..89b83271 100644 --- a/effects/README +++ b/effects/README @@ -26,8 +26,7 @@ Here is a sample effect file: Line 1 is required to have the effect and parameter names added to the translation files -In line 2, the "tag" is the name of the mlt filter that has to be found in the file -/usr/share/mlt/modules/filters.dat for the effect to appear in Kdenlive +In line 2, the "tag" is the name of the mlt filter Line 3 is the name of the effect that will appear to the user Line 4 holds several effect parameters: id is an internal kdenlive id, can be anything, but must be unique for each effect @@ -52,5 +51,6 @@ The parameter entry has the following attributes: The "name" tag gives the parameter name as it will appear to the user -Kdenlive parses the effect folder at each startup, so that if you have an xml file describing a new effect, just copy it in your ~/.kde/share/apps/kdenlive/effects/ folder and restart Kdenlive to enable the new effect +Kdenlive parses the effect folder at each startup, so that if you have an xml file describing a new effect, just copy it in your ~/.kde/share/apps/kdenlive/effects/ folder and restart Kdenlive to enable the new effect. +Effects need to be blacklisted in the file kdenlive/data/blacklisted_effects.txt if they use a custom (i.e. non-default) XML GUI from this directory. \ No newline at end of file