Tag Archives: lame

[转贴] convert .wma files into .mp3 files script

转贴自:http://www.computing.net/answers/linux/script-wma-mp3/28745.html Name: USAma Hashimi Date: April 3, 2006 at 05:13:34 Pacific OS: Gentoo/Ubuntu CPU/Ram: 1.7 GHz Intel Celeron/512 Comment: Hi You can use the following script to convert your .wma files into .mp3 files. #!/bin/sh mplayer $1 -ao pcm:file=$1.wav; lame $1.wav $1.mp3 After convertion, the converted file has name like this; <filename>.wma.mp3 you can rename [...]

Follow

Get every new post delivered to your Inbox.