blob: 9b00d024cf9760b841c3528f07dee2925f25ce52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] Ripping to mp3
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Ripping%20to%20mp3&In-Reply-To=%3C20120613104209.3c49b941%40pitrou.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="007832.html">
<LINK REL="Next" HREF="007838.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] Ripping to mp3</H1>
<B>Antoine Pitrou</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Ripping%20to%20mp3&In-Reply-To=%3C20120613104209.3c49b941%40pitrou.net%3E"
TITLE="[Mageia-discuss] Ripping to mp3">solipsis at pitrou.net
</A><BR>
<I>Wed Jun 13 10:42:09 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="007832.html">[Mageia-discuss] KDE unified chat system does not work for me
</A></li>
<LI>Next message: <A HREF="007838.html">[Mageia-discuss] Ripping to mp3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7836">[ date ]</a>
<a href="thread.html#7836">[ thread ]</a>
<a href="subject.html#7836">[ subject ]</a>
<a href="author.html#7836">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Tue, 12 Jun 2012 16:37:01 +0100
Anne Wilson <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">annew at kde.org</A>> wrote:
><i> -----BEGIN PGP SIGNED MESSAGE-----
</I>><i> Hash: SHA1
</I>><i>
</I>><i> I have an audio CD that I want to rip to mp3. My favourite ripper is
</I>><i> grip, but I can't get the configuration right. I have installed the
</I>><i> fluendo mp3 codec (it seemed to install, anyway).
</I>
I use grip with lame and it works fine. I used the following settings
(in the encoding configuration tab):
- encoder: lame
- program: /usr/bin/lame
- command line:
--vbr-new -V3 --tt "%n" --ta "%a" --tl "%d" --ty "%y" --tn "%t" --tg
"%G" %w %m
(this will give you bitrates around 160 kbps usually)
- file format: /my/path/to/mp3s/%A/%d/%t - %n.%x
Paying for the fluendo mp3 codecs just gives money to software patent
lobbyists, AFAIK.
Regards
Antoine.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="007832.html">[Mageia-discuss] KDE unified chat system does not work for me
</A></li>
<LI>Next message: <A HREF="007838.html">[Mageia-discuss] Ripping to mp3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7836">[ date ]</a>
<a href="thread.html#7836">[ thread ]</a>
<a href="subject.html#7836">[ subject ]</a>
<a href="author.html#7836">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|