X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.ggo;h=263259dd87ab385a7a105442c2d8116154e9e2aa;hp=3f87e001cf6092c53f1f85eff501b34dc57ea28f;hb=36df09fbcf3f6e80cc0990bad92ec16a0d1b2a00;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/grab_client.ggo b/grab_client.ggo index 3f87e001..263259dd 100644 --- a/grab_client.ggo +++ b/grab_client.ggo @@ -1,6 +1,33 @@ -option "filter_num" f "point of filter chain to grab" int typestr="num" default="1" no -option "slot" s "only grab this slot; grab any slot if negative" int typestr="num" default="-1" no -option "mode" m "sloppy, pedantic, or aggressive" string typestr="grab_mode" default="sloppy" no -option "audio_format" a "only grab this type of input stream; grab any if empty" string typestr="name" default="" no -option "input_grab" i "grab the filter input instead of its output" flag off no -option "one_shot" o "stop grabbing if audio file changes" flag off no +option "filter_num" f + "point of filter chain to grab" + int typestr="num" + default="1" + optional + +option "slot" s + "only grab this slot; grab any slot if negative" + int typestr="num" + default="-1" + optional + +option "audio_format" a + "only grab this type of input stream; + grab any if empty" + string typestr="name" + default="" + optional + +option "input_grab" i + "grab the filter input instead of its output" + flag off + +option "one_shot" o + "stop grabbing if audio file changes" + flag off + +option "mode" m + "select grab mode" + typestr="grab_mode" + values="sloppy","aggressive","pedantic" + default="sloppy" + optional