mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add --input-size option to flac
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user