audio.rst
changeset 1995 b09608bae2a0
parent 1912 8b81a8f0f692
child 2004 a2d6d17dfdbd
equal deleted inserted replaced
1994:4a272425853d 1995:b09608bae2a0
    91 
    91 
    92 How convert wma to mp3?
    92 How convert wma to mp3?
    93 =======================
    93 =======================
    94 ::
    94 ::
    95 
    95 
    96   $ mplayer -vo null -vc dummy -af resample=44100 -ao pcm:waveheader $file.wma
    96   $ mplayer -vo null -vc dummy -af resample=44100 -ao pcm:file=$file.wav $file.wma
    97   $ lame -m s audiodump.wav -o "$file.mp3
    97   $ lame -m s $file.wav -o "$file.mp3
    98   $ rm audiodump.wav
    98   $ rm $file.wav
    99 
    99 
   100 How convert m4a to mp3?
   100 How convert m4a to mp3?
   101 =======================
   101 =======================
   102 ::
   102 ::
   103 
   103