HydrogenAudio

Lossy Audio Compression => MP3 => MP3 - General => Topic started by: h2de5 on 2012-01-26 00:47:04

Title: MP3 ripping + merging MP3s
Post by: h2de5 on 2012-01-26 00:47:04
HI,


I have installed the LAME in the program file folder of the EAC folder, then i have set its path in the external compression option.

So i now need to rip my CDs, however they are audio books so i want the quality to 64kps, however it only allows me to go to 96kps

is there a way to do this?, im only new at this and i am thinking a command line? however wouldnt have a clue how to do this.

ALSO - what will be the best program to join all my MP3 tracks into 1 file... ?

thanks
Title: MP3 ripping + merging MP3s
Post by: DVDdoug on 2012-01-26 01:15:31
Quote
ALSO - what will be the best program to join all my MP3 tracks into 1 file... ?
mp3DirectCut (http://mpesch3.de1.cc/mp3dc.html) (FREE!!!) should be able to do it, and it works without re-encoding the MP3.  (All general-purpose audio editors need to decode before editing/processing.)

Are you sure you want to make one big file????  I've done this a couple of times, and I've made chapters (and sub-chapters).  But, it wasn't easy since the CD tracks didn't seem to match-up with the chapters.

Quote
So i now need to rip my CDs, however they are audio books so i want the quality to 64kps, however it only allows me to go to 96kps.
Strange... LAME itself goes down to 32kbps, but I've never used a bitrate that low.

XRECODE (http://majorgeeks.com/XRECODE_d5957.html) (FREE!!!) is easy to use and it should be able to re-encode to 64kbps, but you might not get the same quality as if you were to compress once.
Title: MP3 ripping + merging MP3s
Post by: h2de5 on 2012-01-26 05:36:55
Thanks for the reply.

Here is a print screen of my settings - you can see it doesnt go lower then 96kps - what am i doing wrong?

http://www.flickr.com/photos/eidinthepark/6764075319/ (http://www.flickr.com/photos/eidinthepark/6764075319/)

also regarding the mp3 merger, is the one you recommend better then MP3 merger?

I just wont the most accurate program

thanks
Title: MP3 ripping + merging MP3s
Post by: A_Man_Eating_Duck on 2012-01-26 06:02:03
For Lame setup use this guide EAC and Lame (http://wiki.hydrogenaudio.org/index.php?title=EAC_and_Lame)

and put this in the additional command line options bit

If the audio book is mono (best for this bitrate)
Code: [Select]
-b 64 -m m %s %d

If the audio book is stereo
Code: [Select]
-b 64 %s %d


you might need to change %s to %source% and %d to %dest% if you are using the newest version of EAC
Title: MP3 ripping + merging MP3s
Post by: h2de5 on 2012-01-26 06:12:05
DO YOU MEAN

if i require the ripped mp3s in stereo to use the first code

and if i want it to be ripped in mono use the second code?


Title: MP3 ripping + merging MP3s
Post by: A_Man_Eating_Duck on 2012-01-26 07:05:00
other way round

first code for mono, second for stereo.
Title: MP3 ripping + merging MP3s
Post by: h2de5 on 2012-01-26 12:45:08


i wrote

-b 64 -m m %source% %dest%



then it ripped everything into WAV AGAIN

?
Title: MP3 ripping + merging MP3s
Post by: A_Man_Eating_Duck on 2012-01-26 18:58:46
1. Click the EAC menu and select Compression Options.

2. Click the External Compression Tab, and put a check box in Use external program for compression.

3. Change Parameter passing scheme to User Defined Encoder.

4. Change Use file extension to .mp3.

5. Click the Browse button and locate the lame.exe that you unzipped into the EAC directory earlier

6. copy and paste the code below in to the Additional command-line options box and click ok.
Code: [Select]
-b 64 -m m %source% %dest%
Title: MP3 ripping + merging MP3s
Post by: AndyH-ha on 2012-01-26 20:48:42
If you have extracted to wav, then you can do anything you want with the data. I always prefer this approach.

Everyone has their own tastes and if you really like the book to be one file, then you do. I, and a few other people I know, find large files very inconvenient. My daughter buys books from Audible, which come in rather large chunks. I always cut them into more reasonable, and more useful, lengths. I prefer 10 to 15 minutes but mostly I do 30 minutes because that length is so much less fuss with mp3DirectCut.