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
  • 102,391
  • 106
  • 255
  • 328

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
  • how can i use it, to compress size ? – Raja G Sep 28 '12 at 16:13
  • @August From you post you wanted to reduce the size. There are other programs for compression. This can cut out silence and other things which will reduce the size. Here are some links which might helplink also this link might help [link] (http://linux.die.net/man/1/cutmp3) – Timothy Sep 29 '12 at 14:49
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,493