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

来源:互联网 发布:淘宝宝贝上架时间 编辑:程序博客网 时间:2024/04/30 04:18

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

原创粉丝点击