Help - Search - Members - Calendar
Full Version: EAC, LAME - WAVs and MP3s.
Hydrogenaudio Forums > CD-R and Audio Hardware > CD Hardware/Software
dmccombs
I am new here, but have been reading a lot and researching via searches, but I have a question that I am guess has been covered before.

I want to rip WAV and MP3 files from my CDs. I am currently able to do this using EAC and LAME.

I am happy with the MP3s thank to the great suggestions here on the forum regarding LAME settings.

I went to use the WAV files in WMP and Itunes, but they all got filed into 1 folder because there are no tags. I also tried to remake some MP3 files from these WAV files and the MP3s ended up coming through with no Tag info.

Is there a way to rip WAV files that can be cataloged in a library and can be used to create MP3s that have tag info?

As my MP3s are coming out fine, I think my LAME config is fine and I just need to change some things in EAC for the WAV ripping.

Thanks,
Darrell
gfngfgf
You could look into lossless compression formats as an alternative to storing the CD rips as WAV files. Most if not all lossless formats allow you to tag the compressed files. A plus is that the compressed files will take less space.

http://wiki.hydrogenaudio.org/index.php?title=Lossless

edit: FYI, I personally use FLAC.
dmccombs
Thanks for the reply.

I was hoping to use a lossless format that will be around for a long time. The WAV format will surely be around. I am not so sure that will Flac or the others will althought they are technically good formats.

Can you use EAC to save to FLAC or what is the recommended tool?

Regards,
Darrell


QUOTE(gfngfgf @ Jun 11 2005, 08:19 PM)
You could look into lossless compression formats as an alternative to storing the CD rips as WAV files.  Most if not all lossless formats allow you to tag the compressed files.  A plus is that the compressed files will take less space.

http://wiki.hydrogenaudio.org/index.php?title=Lossless

edit: FYI, I personally use FLAC.
*


DreamTactix291
As long as a lossless format is open source I can't see there ever being a problem with having undecodable lossless files anytime soon. I also see having smaller sized files with tags a plus.

I personally use WavPack. Lots of good lossless choices nowadays. And yes you can use EAC to save to FLAC as well as a multitude of other formats.
dmccombs
It looks like if I use EAC, I would need to make 2 rips of the CD to make a FLAC and MP3 file. Is there a tool that will make both files in one pass?


QUOTE(DreamTactix291 @ Jun 11 2005, 09:51 PM)
As long as a lossless format is open source I can't see there ever being a problem with having undecodable lossless files anytime soon.  I also see having smaller sized files with tags a plus.

I personally use WavPack.  Lots of good lossless choices nowadays.  And yes you can use EAC to save to FLAC as well as a multitude of other formats.
*


DreamTactix291
I believe that MAREO is exactly the application you're looking for smile.gif
gfngfgf
Flacattack is another good program. There's also a similar program, Wack, which is similar to Flacattack, but supports other formats besides FLAC (Wavpack, Monkey's Audo, etc.)

About lossless formats becoming unsupported, if you think that the format you chose is starting to die, you can always switch to another format (that is transcode your lossless files from one format to another). Of course, it's kind of a pain in the neck, but as DreamTactix pointed out, a format "dying out" shouldn't be a major problem in the forseeable future.
btocher
QUOTE(dmccombs @ Jun 12 2005, 01:56 AM)
Is there a way to rip WAV files that can be cataloged in a library and can be used to create MP3s that have tag info?

As my MP3s are coming out fine, I think my LAME config is fine and I just need to change some things in EAC for the WAV ripping.

Thanks,
Darrell
*



EAC can be configured to tag MP3s automatically, and to save the MP3s in an Artist - Album folder structure, for example. To do this you'll need to set EAC up so that it grabs the track details for your CDs from the freedb database.

--
Baxter
dmccombs
Baxter,

Thanks for the reply. I have no problems with the MP3 tagging. It is the WAVs that I have problems getting the MP3 Players to catalog. All the WAVs end up in the Unknown Artist folder.

Regards,
Darrell McCombs


QUOTE(btocher @ Jun 12 2005, 03:50 AM)
QUOTE(dmccombs @ Jun 12 2005, 01:56 AM)
Is there a way to rip WAV files that can be cataloged in a library and can be used to create MP3s that have tag info?

As my MP3s are coming out fine, I think my LAME config is fine and I just need to change some things in EAC for the WAV ripping.

Thanks,
Darrell
*



EAC can be configured to tag MP3s automatically, and to save the MP3s in an Artist - Album folder structure, for example. To do this you'll need to set EAC up so that it grabs the track details for your CDs from the freedb database.

--
Baxter
*


dreamliner77
That is because the .wav's have no tags.
Martin H
In EAC, under the 'Waveform' tab, there is an option called 'Add ID3 Tag', but i wouldn´t recommend it... Instead just use a lossless encoder like FLAC or WavPack... Also you could just rip and encode with EAC to FLAC or whatever, and then transcode to MP3 while keeping the tags, in foobar2000. -Martin.
tool++
Try making EAC use a batch file as an encoder smile.gif

Actually, I never thought of that before.
*goes off to try*

E: Fucking cool it works.

Will make a sample batch file - one sec (will code MPC and FLAC).

The command line will have to use the tag info in a specific order, I'm sure you can add it.

CODE
echo 1: %1 2: %2
pause



So running:

moo.bat "The Beatles" "Hello Goodbye"

will output:

1: The Beatles 2. Hello Goodbye


so in this way, we can do something like.
CODE
D:\enc\mppenc-windows-1.15v(1)\mppenc.exe -quality 6 --ape2 --artist "%1" --title "%2t" --album "%3" --year "%4" --track "%5" --genre "%6" --comment "%7" "%8"


And have EAC run:

moo.bat "%a" "%t" "%g" "%y" "%n" "%m" "[tool++][www.toolplusplus.com] - EAC Secure" "%s"

Grabbing CD to test output.

I'm NOT certain this works yet smile.gif

Edit: BAH I'm giving up, it doesn't seem to work and the bastard dos box only flashes up for 10ms sad.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.