From 0bd9a001156fe2c8bcdfe211b3b0e48276ae98c9 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 14 Dec 2006 07:45:31 +0000 Subject: [PATCH] add note to #bugs about error with corrupted FLAC input and FLAC-to-FLAC transcoding --- doc/html/documentation.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/html/documentation.html b/doc/html/documentation.html index bf582f0..a4272ba 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -1473,6 +1473,9 @@ 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 -A "tukey(0,5)" to your flac command string (or however "0.5" should be formatted for your locale).
  • + 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. +
  • +
  • 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.
  • -- 2.7.4