mirror of https://github.com/xiph/flac
add note to #bugs about error with corrupted FLAC input and FLAC-to-FLAC transcoding
This commit is contained in:
parent
d351d04437
commit
0bd9a00115
|
@ -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 (>240), the seek table will not have the offsets written back properly after encoding.
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue