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

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 3명의 중간 판 5개는 보이지 않습니다)
11번째 줄: 11번째 줄:


;명령어
;명령어
<source lang='bash'>
<syntaxhighlight lang='bash'>
lame 원본.wav 사본.mp3
lame 원본.wav 사본.mp3
</source>
</syntaxhighlight>


;실행예시
;실행예시
<source lang='dos'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# lame test.wav test.mp3
[root@zetawiki ~]# lame test.wav test.mp3
LAME 3.99.5 64bits (http://lame.sf.net)
LAME 3.99.5 64bits (http://lame.sf.net)
Using polyphase lowpass filter, transition band:  5742 Hz -  5935 Hz
Using polyphase lowpass filter, transition band:  5742 Hz -  5935 Hz
28번째 줄: 28번째 줄:
   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>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 9월 24일 (금) 23:19 기준 최신판

1 개요[ | ]

wav to mp3 in linux
리눅스 wav2mp3
리눅스 WAV를 MP3로 변환하기
/usr/bin/lame
  • mp3 오디오 파일 생성 리눅스 명령어
  • 리눅스용 wav → mp3 변환기

2 방법[ | ]

명령어
lame 원본.wav 사본.mp3
실행예시
[root@zetawiki ~]# 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

3 같이 보기[ | ]

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