Anton Karl Ingason

  • Increase font size
  • Default font size
  • Decrease font size
Anton Karl Ingason

Convert mp3 files to 32 kbps bitrate in Ubuntu

Print
To convert all mp3 files in directory to a different bitrate, do the following. First, install "lame" if it is not already there.
sudo apt-get install lame
Then, give the following command:
for f in *.mp3 ; do lame --mp3input -b 32 "$f" "./outputdir/$f" ; done
Replace 32 with desired bitrate if you want something else. Note that this will result in some loss of sound quality but you might still have a good reason to do this, especially if you want to squeeze a little more audio on your mp3 player's memory card, which is the reason I looked into how to do this.
Last Updated on Tuesday, 29 June 2010 01:47
 

Danska

Print
Danska er óskiljanlegt tungumál. Nú er svo komið að ekki einu sinni Danir sjálfir skilja hana.

Last Updated on Saturday, 24 April 2010 13:27
 

Þáttað

Print
Alltaf að þátta og svona ...
Last Updated on Friday, 23 April 2010 19:38 Read more...
 

Ambögur

Print
Þetta var mér bent á. Algjörlega yndislegt :-)

Last Updated on Friday, 23 April 2010 19:37
 

No keyboard present -- press F1 to continue

Print
I saw this joke on a web page some time ago. I thought it was funny. It is even funnier in reality. This is exactly the message showing at the monitor of my desktop machine at the moment:
Keyboard error or no keyboard present
Press F1 to continue
(Note that this is the BIOS talking, so I can't blame/thank any particular operating system for this)
Last Updated on Sunday, 14 March 2010 14:39
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  Next 
  •  End 
  • »


Page 1 of 4