View Single Post
Old 17-05-2007, 11:20 PM   #8 (permalink)
kaustav_geek
1337 |)00|) \m/
 
kaustav_geek's Avatar
 
Join Date: Nov 2005
Location: Cyber Space
Posts: 472
Default Re: Compress mp3 in linux ?

I compress mp3 all the time Use this... Install ffmpeg.. Then type this in the directory where your files are located.
Code:
ffmpeg -i <input file nama> -ab xxx <out file name>
Here, replace <xyz> with the corresponding values with extension and xxx with the bitrate, ie 64,96,128 and the like..

Note : Your input file maybe in any recognisable audio/video format, and it'll still work.. i.e, .wav, .flv, .ogg , .wma etc......
__________________
My Blog : www.vatsuak.blogspot.com
My DA page : www.burningsilver.deviantart.com

OK..ok..... Ads are bad.. ;)

Last edited by kaustav_geek; 17-05-2007 at 11:20 PM. Reason: Automerged Doublepost
kaustav_geek is offline