X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ggo%2Fgrab_client.ggo;fp=ggo%2Fgrab_client.ggo;h=5527143b1b6a61dc0ac1015124336e4137df5cf4;hb=35993f0cd49206666262cfdd2be89af41ec28a1d;hp=0000000000000000000000000000000000000000;hpb=ae657a3b13b4ff76187dad39fede40b98d7cb6d7;p=paraslash.git diff --git a/ggo/grab_client.ggo b/ggo/grab_client.ggo new file mode 100644 index 00000000..5527143b --- /dev/null +++ b/ggo/grab_client.ggo @@ -0,0 +1,33 @@ +option "filter_num" f + "point of filter chain to grab" + int typestr="num" + default="0" + 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