Stop Microsoft
Miscellaneous => The Lounge => Topic started by: Commander on 1 June 2004, 00:04
-
any software that lower bitrates of mp3 files in a folder all at once (export them with a lower bitrate, not just play them)? anything will do good,linux.. windows, dont care.
thanks
-
CDex for Linux (http://sourceforge.net/project/showfiles.php?group_id=25664)
CDex for Windows (http://cdexos.sourceforge.net/)
-
You could do it from the command line in Linux with lame.
For example:
Will make song2.mp3 with mono output and 64 kbs bitrate from song.mp3.
You could make a looping structure to parse all files in a directory.
-
This is so so wrong, lossy upon lossy, argh. (http://smile.gif)
-
thanks refalm. had no idea cdex could do that
edit: thx to all of ya.. i've seen the lame command line thing in another board, but couldnt really use it since i dont know bash.
[ May 31, 2004: Message edited by: Commander - useSuse ]
-
quote:
Commander - useSuse: thx to all of ya.. i've seen the lame command line thing in another board, but couldnt really use it since i dont know bash.
It's not that difficult :eek:
-
i guess i'm utterly lazy then :(