X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo%2Fafh.m4;h=ba7d790114f9138282e39336bf43446eb3cac46b;hp=97b8f2888fdb7f1bb88ec9906d2c5e1e551aa261;hb=c5670af5c1f784fe6c3d46d0281f2ba7c47af75e;hpb=002731cd3938f3be6b71651e56c062af1adcdec0 diff --git a/ggo/afh.m4 b/ggo/afh.m4 index 97b8f288..ba7d7901 100644 --- a/ggo/afh.m4 +++ b/ggo/afh.m4 @@ -16,7 +16,7 @@ files. It can be used to an audio file. - write selected parts of the given audio files 'just in time' - to sdout. This may be useful for third-party software that + to stdout. This may be useful for third-party software that is capable of reading from stdin. " @@ -62,6 +62,20 @@ option "chunk_table" c flag off dependon="info" +option "human" u +#~~~~~~~~~~~~~~~ +"use human-readable output format" +flag off +dependon = "info" +details = " + Currently this option only affects the format of the chunk table, + so it has no effect if --chunk_table is not given. + + The human-readable output consists of one output line per + chunk and the output contains also the chunk number, the + duration and the size of each chunk. +" + section "Options for stream mode" #================================ @@ -103,7 +117,7 @@ dependon="stream" details=" Write the specified chunks of data 'just in time', i.e. the write of each chunk is delayed until the time it is needed - by the decoder/player in order to guarantee an uninterupted + by the decoder/player in order to guarantee an uninterrupted audio stream. "