Possible Duplicate:
How can I compress an mp3 file?
Hi is there any way to reduce the size of MP3 file from terminal ? I am Using Ubuntu 12.04 .I would like to have it only terminal methods not in GUI ways .
Thank you in advance .
Possible Duplicate:
How can I compress an mp3 file?
Hi is there any way to reduce the size of MP3 file from terminal ? I am Using Ubuntu 12.04 .I would like to have it only terminal methods not in GUI ways .
Thank you in advance .
I did a search and found cutmp3 might be what your looking for. It is command line and looks like it can edit mp3's.
If it is about size in bytes, then you can decrease the bitrate, for example, this will shrink the size. For this you have several options, what I use is avconv
(in the past ffmpeg
). See the manuals with man avconv
or man ffmpeg
.