From 4731c751d1f4b8c91e55c5f7855a251a38407be9 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 27 Aug 2005 01:58:19 +0000 Subject: [PATCH] remove verbiage about --sector-align only working for WAVE files since it works for all kinds of input now --- doc/html/documentation.html | 2 +- man/flac.sgml | 2 +- 2 files changed, 2 insertions(+), 2 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 @@ --sector-align - 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 --sector-align, 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.

+ 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 --sector-align, 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.

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). flac can only align a set of files given in one invocation of flac.

WARNING: The ordering of files is important! If you give a command like 'flac --sector-align *.wav' the shell may not expand the wildcard to the order you expect. To be safe you should 'echo *.wav' first to confirm the order, or be explicit like 'flac --sector-align 8.wav 9.wav 10.wav'. diff --git a/man/flac.sgml b/man/flac.sgml index fb65aa0f..42b03346 100644 --- a/man/flac.sgml +++ b/man/flac.sgml @@ -397,7 +397,7 @@ - Align encoding of multiple CD format WAVE + Align encoding of multiple CD format files on sector boundaries. See the HTML documentation for more information. -- GitLab