]> git.sesse.net Git - mlt/blob - src/modules/opengl/filter_movit_blur.yml
Let Movit effects supply their own fingerprint.
[mlt] / src / modules / opengl / filter_movit_blur.yml
1 schema_version: 0.1
2 type: filter
3 identifier: movit.blur
4 title: Blur (GLSL)
5 version: 1
6 copyright: Dan Dennedy
7 creator: Steinar H. Gunderson
8 license: GPLv2
9 language: en
10 tags:
11   - Video
12 description: >
13   A separable 2D blur implemented by a combination of mipmap filtering
14   and convolution (essentially giving a convolution with a piecewise linear
15   approximation to the true impulse response).
16
17 parameters:
18   - identifier: radius
19     title: Radius
20     type: float
21     minimum: 0
22     default: 3
23     mutable: yes