4

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 .

Raja G
  • 105,327
  • 107
  • 262
  • 331

2 Answers2

5

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.

Timothy
  • 348
4

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.

Frantique
  • 8,673