在linux上将ape转成mp3,以及MP3大小转换


在linux上将ape转成mp3,以及MP3大小转换
 
sudo apt-get install ffmpeg
 
sudo apt-get install lame
 
sudo apt-get install ffmpeg libavcodec-extra-53
 
avconv -i 1.ape -ab 321k 321.mp3               ape转成mp3 耗时 16s  
 
avconv -i 321.mp3 -ab 96k 96.mp3              321 转成 96的MP3 13 s 耗时 13s
 
电脑配置
 
Intel® Core™2 Duo CPU T7250 @ 2.00GHz × 2

相关内容

    暂无相关文章