X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2Ftransition_region.yml;h=4c548f5a7b43fae2bfa81a780fe3920db93a601e;hb=3bfb2b31cf05d183aa3ac44febc2824dcd100463;hp=aea23243ce83906fe3da30d34d441a14709232a3;hpb=e3d5835f3a976c0d68f3af9f91b4a888294b3ebc;p=mlt diff --git a/src/modules/core/transition_region.yml b/src/modules/core/transition_region.yml index aea23243..4c548f5a 100644 --- a/src/modules/core/transition_region.yml +++ b/src/modules/core/transition_region.yml @@ -10,30 +10,32 @@ language: en tags: - Video description: > - Apply zero or more filters to B frame as it is composited onto a region of - the A frame. The "shape" of the region can be defined by the alpha channel - of a third producer. + Apply zero or more filters to B frame as it is composited onto a region of + the A frame. The "shape" of the region can be defined by the alpha channel + of a third producer. parameters: - identifier: argument title: Shape producer type: string description: > - Nothing (unspecified) is rectangle, "circle" is a pixbuf-generated SVG - circle, anything else is loaded by the factory. + The default shape is a rectangle, "circle" is a pixbuf-generated SVG + circle, anything else is loaded by the factory. - identifier: factory title: Factory type: string description: > - The service that creates the shape producer. - default: 'loader' + The service that creates the shape producer. + default: loader - identifier: filter[N] title: Filter type: string description: > - One or more filters to apply. All filter properties are passed using the - same filter "key". + One or more filters to apply. All filter properties are passed using the + same filter "key". - identifier: composite.* title: Composite + type: properties + service-name: transition.composite description: > Properties may be set on the encapsulated composite transition. @@ -41,3 +43,10 @@ parameters: See "composite" transition for details. readonly: no + - identifier: filter_only + title: Use region for filtering only + type: integer + minimum: 0 + maximum: 1 + default: 0 + widget: checkbox