schema_version: 7.0 type: filter identifier: boxblur title: Box Blur (*DEPRECATED*) version: 3 copyright: Leny Grisel, Jean-Baptiste Mardelle creator: Leny Grisel, Jean-Baptiste Mardelle license: LGPLv2.1 language: en notes: > This filter is deprecated and will eventually be removed. Use the box_blur filter instead. tags: - Video parameters: - identifier: start (*DEPRECATED*) title: Size argument: yes type: integer description: > If an end size is provided, then this is the starting size, and size is interpolated over the duration of the filter from start to end size. If the keyframable property "blur" is provided, then this is ignored, and "blur" is used instead. This parameter also affects the size both horizontally and vertically simultaneously, in amounts proportional to the horizontal size and vertical size parameters. unit: pixels mutable: yes default: 2 minimum: 1 - identifier: end (*DEPRECATED*) title: End size type: integer unit: pixels mutable: yes minimum: 1 - identifier: blur title: Size type: integer description: > If this value is set the start and end parameters are ignored. unit: pixels mutable: yes animation: yes minimum: 1 - identifier: hori title: Horizontal size type: integer unit: pixels mutable: yes animation: yes minimum: 0 default: 1 - identifier: vert title: Vertical size type: integer unit: pixels mutable: yes animation: yes minimum: 0 default: 1