diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-19 05:47:01 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-19 05:47:01 +0000 |
commit | 72bae54709df6fe8351d06d4090747a22b7aa319 (patch) | |
tree | a514a17c5d7bc118d8fa618a510bcdae8d8e6883 /audio/faac | |
parent | ed9379928eefcbe61eb7d3a8dd6b7f17ab444859 (diff) | |
download | ports-72bae54709df6fe8351d06d4090747a22b7aa319.tar.gz ports-72bae54709df6fe8351d06d4090747a22b7aa319.zip |
Notes
Diffstat (limited to 'audio/faac')
-rw-r--r-- | audio/faac/Makefile | 2 | ||||
-rw-r--r-- | audio/faac/pkg-descr | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 8726a26dfba2..f4e9750b4bb5 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= faac MAINTAINER= ahze@FreeBSD.org -COMMENT= FAAC is an AAC audio encoder +COMMENT= MPEG-2 and MPEG-4 AAC audio encoder NO_PACKAGE= Distribution in binary form is prohibited diff --git a/audio/faac/pkg-descr b/audio/faac/pkg-descr index 3c2c6d21fcd9..033091789e9a 100644 --- a/audio/faac/pkg-descr +++ b/audio/faac/pkg-descr @@ -1,5 +1,7 @@ -FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 LTP, -MAIN and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types. -It also supports multichannel and gapless encoding. +FAAC (Freeware Advanced Audio Coder) is an MPEG-2 and MPEG-4 AAC Audio encoder. + +FAAC currently supports MPEG-4 LTP, MAIN and LOW COMPLEXITY object types and +MAIN and LOW MPEG-2 object types. It also supports multichannel and +gapless encoding. WWW: http://www.audiocoding.com/ |