summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2004-10-14 05:00:59 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2004-10-14 05:00:59 +0000
commited1db1f6a049a854aac91196b05412f9e3bd391c (patch)
treeb8441fc9f30f682fa1f8e307c4c24e6cc672fdc9 /man
parentc99aa82edfbc1642070ab2994cbff3b5e0b8284a (diff)
downloadflac-ed1db1f6a049a854aac91196b05412f9e3bd391c.tar.gz
add --input-size option to flac
Diffstat (limited to 'man')
-rw-r--r--man/flac.sgml15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/flac.sgml b/man/flac.sgml
index 489f10fe..c80a989a 100644
--- a/man/flac.sgml
+++ b/man/flac.sgml
@@ -695,6 +695,21 @@
</varlistentry>
<varlistentry>
+ <term><option>--input-size</option>=<replaceable>#</replaceable></term>
+
+ <listitem>
+ <para>Specify the size of the raw input in bytes. If you are
+ encoding raw samples from stdin, you must set this option
+ in order to be able to use --skip, --until, --cue-sheet, or
+ other options that need to know the size of the input
+ beforehand. If the size given is greater than what is
+ found in the input stream, the encoder will complain about
+ an unexpected end-of-file. If the size given is less,
+ samples will be truncated.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--force-aiff-format</option></term>
<listitem>