aacp info added to manpage
This commit is contained in:
parent
e72af678ee
commit
51c76638a1
|
@ -20,6 +20,7 @@ DarkIce can encode in the following formats:
|
||||||
* mp2 - using the twolame library
|
* mp2 - using the twolame library
|
||||||
* Ogg Vorbis
|
* Ogg Vorbis
|
||||||
* AAC - using the faac library
|
* AAC - using the faac library
|
||||||
|
* AAC HEv2 - using the libaacplus (3GPP reference code)
|
||||||
|
|
||||||
DarkIce can send the encoded stream to the following streaming servers:
|
DarkIce can send the encoded stream to the following streaming servers:
|
||||||
|
|
||||||
|
@ -109,10 +110,11 @@ Developed with contributions by
|
||||||
Daniel Hazelbaker <daniel@highdesertchurch.com>
|
Daniel Hazelbaker <daniel@highdesertchurch.com>
|
||||||
Alessandro Beretta <alessandro.baretta@radiomaria.org>
|
Alessandro Beretta <alessandro.baretta@radiomaria.org>
|
||||||
Roland Hermans <roland.hermans@omroepvenray.nl>
|
Roland Hermans <roland.hermans@omroepvenray.nl>
|
||||||
|
Rafael Diniz <rafael@riseup.net>
|
||||||
|
|
||||||
.SH LINKS
|
.SH LINKS
|
||||||
Project homepage:
|
Project homepage:
|
||||||
.I http://darkice.tyrell.hu/
|
.I http://darkice.sf.net/
|
||||||
|
|
||||||
.B IceCast
|
.B IceCast
|
||||||
homepage:
|
homepage:
|
||||||
|
@ -142,6 +144,10 @@ homepage:
|
||||||
homepage:
|
homepage:
|
||||||
.I http://www.audiocoding.com/
|
.I http://www.audiocoding.com/
|
||||||
|
|
||||||
|
.B libaacplus
|
||||||
|
homepage:
|
||||||
|
.I http://http://tipok.org.ua/node/17
|
||||||
|
|
||||||
.B DarkSnow
|
.B DarkSnow
|
||||||
GTK front-end:
|
GTK front-end:
|
||||||
.I http://darksnow.radiolivre.org/index.en.html
|
.I http://darksnow.radiolivre.org/index.en.html
|
||||||
|
|
|
@ -228,7 +228,7 @@ Required values:
|
||||||
.I format
|
.I format
|
||||||
Format of the stream sent to the
|
Format of the stream sent to the
|
||||||
.B IceCast2
|
.B IceCast2
|
||||||
server. Supported formats are 'vorbis', 'mp3', 'mp2' and 'aac'.
|
server. Supported formats are 'vorbis', 'mp3', 'mp2', 'aac' and 'aacp'.
|
||||||
.TP
|
.TP
|
||||||
.I bitrateMode
|
.I bitrateMode
|
||||||
The bit rate mode of the encoding, either "cbr", "abr" or "vbr",
|
The bit rate mode of the encoding, either "cbr", "abr" or "vbr",
|
||||||
|
@ -444,7 +444,7 @@ Required values:
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.I format
|
.I format
|
||||||
Format to encode in. Must be either 'mp3', 'vorbis' or 'aac'.
|
Format to encode in. Must be either 'mp3', 'mp2', 'vorbis', 'aac' or 'aacp'.
|
||||||
.TP
|
.TP
|
||||||
.I bitrateMode
|
.I bitrateMode
|
||||||
The bit rate mode of the encoding, either "cbr", "abr" or "vbr",
|
The bit rate mode of the encoding, either "cbr", "abr" or "vbr",
|
||||||
|
|
Loading…
Reference in New Issue