Hi,
Does anyone know how to reduce the quality of mpc ripping with CDex. Because the only option CDex gives is:
--verbose %1 %2
The current settings "pop out" a mpc file with about 170kbps VBR.
How can I change this settings?
gofurygo
--verbose --standard --xlevel %1 %2
I believe you've been using the standard setting all along anyway by not specifying what you want. You get the idea, you can also use the quality settings.
I used to use CDex, however I have switched to EAC because I could not figure out how to get APE2 tags to work in CDex. Refer here for more information:
http://www.hydrogenaudio.org/index.p...........d3ab454b232c1 (http://www.hydrogenaudio.org/forums/index.php?act=ST&f=11&t=1927&hl=mpc+settings)
I prefer using the standard setting because pretty much everything is transparent to me with that setting, and files come out nice and small.
Quick question for anyone who wants to answer... Is mppenc 1.14 still the reccommended encoder version? or is one of the 1.15 betas better. I am only asking in terms of sound quality, not encoding on the fly ect....
Thanx for your quick reply.
Where did you get this setting from? Your link shows only EAC settings for mpc ripping?!
gofurygo
Hi again,
I decided to install EAC just to give it a shot.
But I already have a problem...
I'm trying to rip cd--> mpc once again. But EAC keeps poppin' out wave files instead of mpc.
I used this user guide: http://www.saunalahti.fi/~cse/EAC/ (http://www.saunalahti.fi/~cse/EAC/) to set it up, but without success.
What did I do wrong? Or is it normal that it only extracts waves? If yes, I could do it without the mpc encoder as well, couldn't I?
thanx for you help
gofurygo
I use this in CDex:
--xtreme --xlevel --verbose --overwrite --artist "%a" --album "%b" --title "%t" --track "%tn" --year "%y" --genre "%g" %1 %2
I'm trying to rip cd--> mpc once again. But EAC keeps poppin' out wave files instead of mpc.
I used this user guide: http://www.saunalahti.fi/~cse/EAC/ (http://www.saunalahti.fi/~cse/EAC/) to set it up, but without success.
What did I do wrong?
gofurygo
Check the following:
* EAC is the latest version - 0.9b4. Edit: Ah, yeah, and check that mppenc.exe is version 1.14 !
* EAC - Options - Tools: On extraction start external compressor...
* double-check that there is
%s at the end of your command line in the compression options
* use the big "MP3"-button or the menu command "Action - Copy selected tracks - Compressed"
Hey, that was it
* EAC - Options - Tools: On extraction start external compressor...
I forgot to check his option.
Thanx
gofurygo
Yep, it'S me one more time...
I'm still wondering, why I can't find some kind of setting list for encoding with CDex?
It's alot easier to find something about EAC... yeah,yeah, I know it's alot better...
But I'd still be happy if you guys would post some CDex settings..
Thanx in advance...
gofurygo
But I'd still be happy if you guys would post some CDex settings..
Thanx in advance...
gofurygo
What are you talking about? What Settings? The Encoder settings are the same for CDex and EAC because your still using mppenc.exe... Could you be more specific about your question?
I use this in CDex:
--xtreme --xlevel --verbose --overwrite --artist "%a" --album "%b" --title "%t" --track "%tn" --year "%y" --genre "%g" %1 %2
I tested this setting
Genre is missing from the Tag
Year is also missing
And personally I think --Standard is better..
I'm still going with the idea that EAC is better for reporting problems with rips, and APE2 tagging works well..
What are you talking about? What Settings? The Encoder settings are the same for CDex and EAC because your still using mppenc.exe... Could you be more specific about your question?
I'm sorry, I ripped my whole cd-collection long time ago, so I'm not really familiar with the command lines in eac and cdex. But, yes you're right. I should have recognized that these two of course use the same settings because of the same encoder...
gofurygo
[Id3 tags - disabled]
[External Musepack Encoder]
Using mppenc.exe (version1.14)
On the fly must be disabled as std input is bust.
Hide MS-DOS window is enabled.
[string]
--verbose --xtreme --xlevel --tag Track=%tn --tag Album="%b" --tag Artist="%a" --tag Title="%t" --tag Year="%y" --tag Genre="%g" --scale 0.9 --stderr mpc.log "%1" "%2"
This will:
Encode @ q6 xlevel.
Scales @0.9 to reduce clipping...
Adds these ape tags track, album, artist, title, year, genre
Its practically silent as all mppenc info is written to 'mpc.log' - for me to review at the end.
Scales @0.9 to reduce clipping.
Ummm... how about ReplayGain instead? Scaling is - pardon - a quite "dumb" method, as it doesn't analyze the audio data at all.
Well thanks, that comment certainly comes across as a bit patronising.
I do realise that scaling is 'dumb' as you put it, and to to be honest I only scaled due to mppenc crying about clipping errors during my current encode.
I'm still experimenting with mpc and this is my current CDex string.When I get some time I'll mess about with ReplayGain too I guess.
Rather than abuse my post you should enlighten us with your settings so we can learn the correct way to do things.
Haha. Well, just lose the --scale 0.9, then you'll have a mighty fine setting.
If you strive to know my EAC line, it's
--quality 6 --xlevel --verbose --ape2 --artist "%a" --title "%t" --album "%g" --year "%y" --track "%n" --comment "EAC 0.9b4, MPC v1.14" %s
[Id3 tags - disabled]
[External Musepack Encoder]
Using mppenc.exe (version1.14)
On the fly must be disabled as std input is bust.
Hide MS-DOS window is enabled.
[string]
--verbose --xtreme --xlevel --tag Track=%tn --tag Album="%b" --tag Artist="%a" --tag Title="%t" --tag Year="%y" --tag Genre="%g" --scale 0.9 --stderr mpc.log "%1" "%2"
This will:
Encode @ q7 xlevel.
Scales @0.9 to reduce clipping.
Adds these ape tags track, album, artist, title, year, genre
Its practically silent as all mppenc info is written to 'mpc.log' - for me to review at the end.
Sweet, everything seems to work good now for me.. minus the scale setting...
Also you claim the "--extreme" switch will give you a q7 setting.. it's q6 in reality
High Quality +
Previously "--xtreme". Provides some extra headroom over --quality 5.
--quality 6
(Bitrate ~200 kbit/s, typical 168 ... 212)
I doubt most people hear anything wrong with q5 anyway, people just like the warm fuzzy feeling.. so feel free to waste HD space.. (my apologies to those who actually do hear the difference, no insult intended..)
And --scale 0.9... I don't know about that..
Yeah, it is q6 - sorry minor typo.
I need the extra headroom for when I need to transcode to my mp3 player.
[span style='font-size:8pt;line-height:100%']Geez, people are really quick to jump on you in here.[/span]
Yeah, it is q6 - sorry minor typo.
I need the extra headroom for when I need to transcode to my mp3 player.
[span style='font-size:8pt;line-height:100%']Geez, people are really quick to jump on you in here.[/span]
To start things off.. I just read This (http://www.hydrogenaudio.org/forums/index.php?act=ST&f=20&t=3164) and EAC is clearly shown to be much better than CDex.
Lol... sorry about the ranting yashiro..
I don't see how q6 helps with transcoding more than q5. Will problem samples become more bad when they are transcoded? Even if you start with an MPC at q10, there is going to be pre-echo all over the place once it is transcoded to MP3. I could be totally wrong about this. I know many people seem to prefer using q6 & q7 for transcoding. Again I suspect this in the warm fuzzy feeling in effect. I'd like to read about more tests on transcoding(MPC -> MP3), but I doubt many people with sensitive ears would bother since they probably think transcoding is a no no.
Take this EAC
Well, no chance on this one... but..
seriously, I had CDex for quite a while, but you guys kinda convinced me to use EAC and it really is more userfriendly...
gofurygo