diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2005-08-27 01:58:19 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2005-08-27 01:58:19 +0000 |
commit | 4731c751d1f4b8c91e55c5f7855a251a38407be9 (patch) | |
tree | 8d730fd06e093061b1896418baed1f08d64fb7db /doc/html/documentation.html | |
parent | c2751e69d4af8de062a2fda31f148cadbff8e71c (diff) | |
download | flac-4731c751d1f4b8c91e55c5f7855a251a38407be9.tar.gz |
remove verbiage about --sector-align only working for WAVE files since it works for all kinds of input now
Diffstat (limited to 'doc/html/documentation.html')
-rw-r--r-- | doc/html/documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/documentation.html b/doc/html/documentation.html index 50edf241..6631a2b5 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -532,7 +532,7 @@ <span class="argument">--sector-align</span> </td> <td> - Align encoding of multiple CD format WAVE files on sector boundaries. This option is only allowed when encoding WAVE files, all of which have a 44.1kHz sample rate and 2 channels. With <span class="argument">--sector-align</span>, the encoder will align the resulting .flac streams so that their lengths are even multiples of a CD sector (1/75th of a second, or 588 samples). It does this by carrying over any partial sector at the end of each WAVE file to the next stream. The last stream will be padded to alignment with zeroes.<br /><br /> + Align encoding of multiple CD format files on sector boundaries. This option is only allowed when encoding files all of which have a 44.1kHz sample rate and 2 channels. With <span class="argument">--sector-align</span>, the encoder will align the resulting .flac streams so that their lengths are even multiples of a CD sector (1/75th of a second, or 588 samples). It does this by carrying over any partial sector at the end of each file to the next stream. The last stream will be padded to alignment with zeroes.<br /><br /> This option will have no effect if the files are already aligned (as is the normally the case with WAVE files ripped from a CD). <span class="commandname">flac</span> can only align a set of files given in one invocation of <span class="commandname">flac</span>.<br /><br /> <b>WARNING:</b> The ordering of files is important! If you give a command like '<span class="code">flac --sector-align *.wav</span>' the shell may not expand the wildcard to the order you expect. To be safe you should '<span class="code">echo *.wav</span>' first to confirm the order, or be explicit like '<span class="code">flac --sector-align 8.wav 9.wav 10.wav</span>'. </td> |