"리눅스 wav를 mp3로 변환"의 두 판 사이의 차이

2번째 줄: 2번째 줄:
;리눅스 wav를 mp3로 변환
;리눅스 wav를 mp3로 변환


==방법 1: lame==
==방법: lame==
{{참고|lame 설치}}
{{참고|lame 설치}}
;명령어
;명령어
22번째 줄: 22번째 줄:
   24.0      100.0        53.3  20.0  26.7
   24.0      100.0        53.3  20.0  26.7
ReplayGain: -6.0dB
ReplayGain: -6.0dB
</source>
==방법 2: mpg123==
<source lang='dos'>
[root@jmnote ~]# mpg123 -w hello.wav hello.mp3
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
        version 1.14.4; written and copyright by Michael Hipp and others
        free software (LGPL/GPL) without any warranty but with best wishes
Playing MPEG stream 1 of 1: hello.mp3 ...
MPEG 2.0 layer III, 32 kbit/s, 16000 Hz mono
[0:00] Decoding of hello.mp3 finished.
</source>
</source>



2013년 9월 13일 (금) 20:57 판

리눅스 wav2mp3
리눅스 wav를 mp3로 변환

1 방법: lame

명령어
lame 원본.wav 사본.mp3
실행예시
[root@jmnote ~]# lame test.wav test.mp3
LAME 3.99.5 64bits (http://lame.sf.net)
Using polyphase lowpass filter, transition band:  5742 Hz -  5935 Hz
Encoding test.wav to test.mp3
Encoding as 16 kHz single-ch MPEG-2 Layer III (10.7x)  24 kbps qval=3
    Frame          |  CPU time/estim | REAL time/estim | play/CPU |    ETA 
    15/15    (100%)|    0:00/    0:00|    0:00/    0:00|   54.000x|    0:00 
-----------------------------------------------------------------------------------
   kbps       mono %     long switch short %
   24.0      100.0        53.3  20.0  26.7
ReplayGain: -6.0dB

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}