]> git.tuebingen.mpg.de Git - paraslash.git/blob - filter.ggo
5376a6f8c73996c8e85444cfb781f1b755b03911
[paraslash.git] / filter.ggo
1 option "loglevel" l
2 #~~~~~~~~~~~~~~~~~~
3  "set loglevel (0-6)"
4 int typestr="level"
5 default="4"
6 optional
7
8 option "filter" f
9 #~~~~~~~~~~~~~~~~
10 "Specify filter."
11 string typestr="filter_spec"
12 optional
13 multiple
14 details="
15         May be given multiple times to 'pipe' the stream through
16         arbitrary many filters in an efficient way.  The same filter
17         may appear more than once, order matters.
18
19         Filter options may be specified for each '-f' option
20         separately. Note that you will have to quote these options
21         like this:
22
23                 -f 'compress --inertia 5 --damp 2'
24 "