How to convert a mp3 file
If you want to convert a .wav file to a .mp3 file, you can use lame command-line tool.
To install lame:
sudo apt-get install lame
lame input.wav input.mp3
lame can be used to convert .wav files to .mp3 files and .mp3 files to .mp3 files too. Different bit-rates can be specified.
For example, if you want to convert your .mp3 file from 128kbps to 64kbps:
lame --mp3input -b 64 input.mp3
If output file name doesn't specified, lame gave it the input file's name.
--mp3input parameter specifies that input file is a .mp3 file.
- 0 Comment
- Selcuk Miynat
- 09 Jun 2009, 15:48
-
You must be login first or sign-up for an account to post comments.
USERBOX
CATEGORIES
MOST READ TODAY
- Disabling reverse dns lookups in ssh
- Disabling ssh password authentication
- Booting from an ISO image using qemu
- Recursively mput with smbclient
- XFS Filesystem has duplicate UUID problem
- Lowercase Table Names in MySQL
- Redirecting tcp / udp ports with socat
- Remove all frozen messages from exim mail queue
- Syntax highlighting in less
- Redirecting TCP ports with redir
LAST ADDED
- Using iPhone internet sharing over bluetooth under Linux
- Using USB sound card with amarok
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Disabling ipv6 functionality
- How to convert a mp3 file
- How to choose the fastest Debian mirror
- Disabling reverse dns lookups in ssh
- Rewriting destination ip address
- Deleting A File By It's Inode Value
- Learning which libraries are used for a binary
