K3b offers to rip audio cd's but does not show the option to rip them into mp3 files. Is there something I am missing?
Announcement
Collapse
No announcement yet.
Rip Mp3 k3b?
Collapse
This topic is closed.
X
X
-
Re: Rip Mp3 k3b?
Code:sudo apt-get install lame transcode
http://ubuntuforums.org/showthread.php?t=766683
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Re: Rip Mp3 k3b?
> HOWTO find Kubuntu's manual / reference / guide / documentation / help
and there
> Kubuntu Guide (Karmic):
Install MP3 support for K3b
Due to licensing requirements, mp3 capabilities for K3b must be installed separately. (Note: this package is automatically installed as part of kubuntu-restricted-extras). Install the libk3b3-mp3 package:
sudo apt-get install libk3b6-extracodecs
If it still does not work then:
sudo apt-get install lame
Older from the Kubuntu forums:
> Topic: ripping CDs to any format other than Ogg Vorbis
> Topic: What codecs do I need
> Topic: Dolphin: audiocd:/ doesn't show me a mp3-folder
> Kubuntu Forums SearchBefore you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: Rip Mp3 k3b?
I had the libk3b6-extracodecs one already installed... so I installed lame and it worked! Thank you all!
Easy breezy...though it only encodes at 128 bit rate.. any idea how to bump that up? I tried to look under configure options but perhaps I am missing something.
- Top
- Bottom
Comment
-
Re: Rip Mp3 k3b?
...though it only encodes at 128 bit rate.. any idea how to bump that up? I tried to look under configure options but perhaps I am missing something.
K3b
K3b > settings > Configure K3b > Plugins > Audio Encoder / K3b External Audio Encoder > Mp3 (Lame)
"Mother of the all How to's"
> HOWTO find Kubuntu's manual / reference / guide / documentation / help
Lame
man lame
NAME
lame - create mp3 audio files
SYNOPSIS
lame [options] <infile> <outfile>
...
OPTIONS
Input options:
...
--freeformat
Produces a free format bitstream.
...
VBR (variable bitrate) options:
-v use variable bitrate
...
-b bitrate
Specifies the minimum bitrate to be used.
...
> Lame wiki:
...
Recommended encoder settings
This section describes the Hydrogenaudio recommended settings to be used with LAME for highest quality MP3 encoding.
...
Testing with the:
Code:lame -r --bitwidth 16 --little-endian -b 320 -s 44.1 -h --tt %t --ta %a --tl %m --ty %y --tc %c - %f
Audio
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Format_Settings_Mode : Joint stereo
Duration : 4mn 33s
Bit rate mode : Constant
Bit rate : 320 Kbps
Channel(s) : 2 channels
Sampling rate : 44.1 KHz
Stream size : 10.4 MiB (100%)
Writing library : LAME3.98r
Encoding settings : -m j -V 4 -q 2 -lowpass 20.5Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
Comment