add note to #bugs about error with corrupted FLAC input and FLAC-to-FLAC transcoding

This commit is contained in:
Josh Coalson 2006-12-14 07:45:31 +00:00
parent d351d04437
commit 0bd9a00115
1 changed files with 3 additions and 0 deletions

View File

@ -1472,6 +1472,9 @@
<li>
If your locale does not use "." for the decimal point, there is a bug that causes the default compression settings to be sub-optimal. You should add <span class="argument">-A "tukey(0,5)"</span> to your <span class="command">flac</span> command string (or however "0.5" should be formatted for your locale).
</li>
<li>
If a corrupted FLAC file is used as input in FLAC-to-FLAC encoding, the transcoded FLAC file will have the audio data truncated after the first error.
</li>
<li>
When encoding to Ogg FLAC, if there are too many seek points (&gt;240), the seek table will not have the offsets written back properly after encoding.
</li>