oggasm 이라는 것이 더 쓸만하긴 합니다.
디렉터리만 정해주면 그 밑에 있는 것들은 알아서 다 바꿔줍니다.
필요로 하는 게 몇가지 있는데, 거의 다 http://rpmfind.net 과 http://freshmeat.net 에서 찾아서 깔
았습니다. 제 경우는 RH 8.0 에서 예전에 CD 에서 뜬 것들을 mp3 -> ogg 로 바꿔 버렸는데, 대략
10 % 정도의 용량 절약 효과가 있었습니다. 음질은 .. 아무래도 좀 떨어지겠죠. CD -> ogg 로 다
시 뜨기도 그렇구... 어차피 스피커가 용산에서 5천원 짜리니 .. 그냥 들으려고 합니다. :
장점: 용량이 줄어든다.. : 단점: 음질이 떨어진다..
:
: 다음은 레드햇에서 추천하는 툴을 이용한 방법입니다.
:
: 기본적으로 필요한것들로는 mpg123, oggenc (이 정도는 배포판에 포함되어있습니다.) 그리고;
:
: http://www.cpan.org/authors/id/C/CN/CNANDOR/MP3-Info-1.01.tar.gz :
: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-1.00.tar.gz :
: 이미 mpg123과 oggenc는 설치되어있다고 가정하고;
:
: tar xvfz String-ShellQuote-1.00.tar.gz
: cd String-ShellQuote-1.00
: perl Makefile.PL
: make
: make test
: make install
:
: 그리고,
:
: tar xvfz MP3-Info-1.01.tar.gz
: cd MP3-Info-1.01
: perl Makefile.PL
: make
: make test
: make install
:
: 이제 다음을 받습니다;
:
: ftp://ftp.faceprint.com/pub/software/scripts/mp32ogg :
: 받을 파일을;
:
: chown root.root mp32ogg
: chmod 755 mp32ogg
: mv mp32ogg /usr/local/bin
:
: 하면 완료..
:
: $ mp32ogg --help
:
: 해보면 간단한 옵션들이 나옵니다.
: mp3파일를 하나 변환해봅니다;
:
: $ mp32ogg --delete --verbose its_probably_me.mp3
:
: mp32ogg v0.11
: (c) 2000-2002 Nathan Walp
: Released without warranty under the terms of the Artistic License
:
: Converting its_probably_me.mp3 to OGG...
: Length:06:24 Freq: 44.1 kHz
: MP3 Bitrate:128 OGG Quality Level: 5
: Artist: Sting & Eric Clapton
: Album: Lethal Weapon 3
: Title: It's Probably Me
: Year:
: Genre:
: Track #:
: Comment:
: Encoding with VBR
: its_probably_me.ogg done!
:
: --
: We Make the Net Work--for the happy Warping.