diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2004-10-14 05:00:59 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2004-10-14 05:00:59 +0000 |
commit | ed1db1f6a049a854aac91196b05412f9e3bd391c (patch) | |
tree | b8441fc9f30f682fa1f8e307c4c24e6cc672fdc9 /doc | |
parent | c99aa82edfbc1642070ab2994cbff3b5e0b8284a (diff) | |
download | flac-ed1db1f6a049a854aac91196b05412f9e3bd391c.tar.gz |
add --input-size option to flac
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/documentation.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/html/documentation.html b/doc/html/documentation.html index bbdd204f..f13bd038 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -902,6 +902,15 @@ </TR> <TR> <TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC"> + <A NAME="flac_options_input_size"> + <TT>--input-size=#</TT> + </TD> + <TD> + 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. + </TD> + </TR> + <TR> + <TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC"> <A NAME="flac_options_force_aiff_format"> <TT>--force-aiff-format</TT> </TD> |