X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effects%2FREADME;h=7cc34eb76d72f009dc6c06afec232c32b64ee00b;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=4ee6646694cab05f7b986a68bb18efe15a6eb90e;hpb=a2dbc4c8a5fcee4af6956ca6b4c314f79ea11394;p=kdenlive diff --git a/effects/README b/effects/README index 4ee66466..7cc34eb7 100644 --- a/effects/README +++ b/effects/README @@ -49,6 +49,7 @@ The rest: - tag "name": visible name of the parameter (depending on the GUI this parameter uses) - tag "comment": (optional) description of the parameter (support HTML formatting) (not yet supported by all widgets) - attribute "name": MLT filter parameter name + - attribute "paramprefix": a string to be prepended to the parameter value before passing it to MLT - attribute "default": initial value, format depends on parameter type - attribute "type": widget (GUI) to use - "fixed": @@ -71,15 +72,17 @@ The rest: - multiple choice - represented by a drop-down menu - additional parameter attribute: - - "paramlist": list of possible values separated by comma (no whitespaces!) + - "paramlist": list of possible values separated by semicolon (no whitespaces!) - addtional tag: - - "paramlistdisplay": (optional) list of names to use for the values + - "paramlistdisplay": (optional) list of names to use for the values separated by comma - "position": - time stored as frame number - represented by a slider - "color": - - color value, similar to representation HTML ("#rrggbb" or "0xrrggbb") + - color value, similar to representation HTML ("#rrggbb"/"#aarrggbb" or "0xrrggbbaa") - represented by a button opening the KDE color dialog + a color picker button + - additional attributes: + - "alpha": (default = "0") use to enable alpha support - "keyframe": - keyframable number - keyframes are opt-in (only one keyframe by default -> should be prefered over "constant" whenever possible) @@ -112,6 +115,13 @@ The rest: - cubic Bézier spline editor for the frei0r color curves filter (new version, might be reused for other filters) - "roto-spline": - GUI for the rotoscoping filter (spline on the monitor) + - "keywords": + - Text entry with a selection of possible keywords to be inserted in the text. + - additional tags: + - "keywords": list of possible keyword values separated by semicolon + - "keywordsdisplay": list of names to use for the values separated by semicolon + - "fontfamily": + - Font typeface entry ========== ==========