X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.ggo;h=111e87c698bcfb33441f47d971cb94e02b5ef5fd;hp=725a90302a7b0dca0b078c5450d2568728c90bb2;hb=28ca8e57ce76f5496f0d1ba143ec2c1c725bc90a;hpb=418339759697ff6884e77c809805645c5f4db5b5 diff --git a/filter.ggo b/filter.ggo index 725a9030..111e87c6 100644 --- a/filter.ggo +++ b/filter.ggo @@ -1,4 +1,4 @@ -option "loglevel" l "set loglevel (0-6)" int typestr="level" default="4" no +option "loglevel" l "set loglevel (0-6)" int typestr="level" default="4" optional option "filter" f "Specify filter. May be given multiple times to 'pipe' the stream @@ -10,8 +10,8 @@ Filter options may be specified for each '-f' option separately. Note that you will have to quote these options like this: - -f 'compress --anticlip --volume 2' + -f 'compress --inertia 5 --damp 2' " -string typestr="filter_spec" no multiple +string typestr="filter_spec" optional multiple option "list_filters" L "print list of available filters and exit" flag off