X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.ggo;h=111e87c698bcfb33441f47d971cb94e02b5ef5fd;hp=4157835cda085b7d7757765a18841bfe0dc749d7;hb=8ec331c7d880185b4931ac46e2c5c34dd36a8f84;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/filter.ggo b/filter.ggo index 4157835c..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 @@ -7,12 +7,11 @@ way. The same filter may appear more than once, order matters. Filter options may be specified for each '-f' -option separately. Insinde these options ':' -must be used as the separator instead of white -space. Example: +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