add --input-size option to flac

This commit is contained in:
Josh Coalson
2004-10-14 05:00:59 +00:00
parent c99aa82edf
commit ed1db1f6a0
3 changed files with 49 additions and 0 deletions

View File

@@ -900,6 +900,15 @@
Specify that the samples in the raw file are signed or unsigned (the default is signed).
</TD>
</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">