![]() |
|||||||||
![]() |
![]() |
faac の変更点
*faac [#a29649a4]
** install [#s1a75f72]
yum -y install dos2unix
wget http://nchc.dl.sourceforge.net/sourceforge/faac/faac-1.25.tar.gz
tar xzfp faac*.tar.gz
cd faac
dos2unix Makefile.am bootstrap configure.in
./bootstrap
./configure --prefix=/usr
make
make install
ldconfig
//※旧情報 なくなっちゃった?
// cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/faac login
// password: リターン
// cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/faac export -D tomorrow faac
* 使用方法 [#qcf05c17]
** wav -> aac [#s01f5e3a]
$ faac -w -b 128 -o out.3gp input.wav
** foma 用 aac を作る (mp3->aac) [#md072737]
$ mpg321 --rate 44100 --stereo --buffer 3072 --resync -w out.wav input.mp3
$ faac -w -b 128 -o out.3gp input.wav
|
|||||||