diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-23 21:16:20 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-23 21:16:20 +0000 |
commit | c0f19bb1b719a5fd9938bff394ab304b93bdb14c (patch) | |
tree | 44f619ccbf51803a1935c591d8031ab97ef30c78 /audio/mctoolame-encoder/pkg-descr | |
parent | df8ad75c477eade470fbba91fe3fb39498234672 (diff) |
Notes
Diffstat (limited to 'audio/mctoolame-encoder/pkg-descr')
-rw-r--r-- | audio/mctoolame-encoder/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/mctoolame-encoder/pkg-descr b/audio/mctoolame-encoder/pkg-descr new file mode 100644 index 000000000000..b6e48678aab1 --- /dev/null +++ b/audio/mctoolame-encoder/pkg-descr @@ -0,0 +1,24 @@ +[ excerpt from developer's WWW site ] + +A multi-channel MPEG encoder, using the ISO13818 standard and the +dist10 source code. Multi-channel files may have up to 6 defined +channels: Left(L), Right(R), Center(C), Left Surround (LS), Right +Surround (RS) and a Low Frequency Enhancement channel (LFE). + +ISO13818 defines 5 multichannel modes (on top of the normal stereo +mode), each of these modes may have an optional LFE channel: + +3/2: L, R, C, LS, RS +3/1: L, R, C, mono surround +2/2: L, R, LS, RS +2/1: L, R, mono surround +3/0: L, R, C + +The "standard" surround sound encoding of "5.1 channels" is achieved +by using mode 3/2 plus an LFE channel. + +A multi-channel MPEG file should decode OK on any MPEG decoder. If +the decoder doesn't recognize the multi-channel extensions, then +you'll just get a stereo file containing a down mix of the 5 channels. + +WWW: http://www.planckenergy.com/ |