pccasto / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Encoding Errors during ripping #242

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I rip a cd, the following log is produced: 

------------------------
WARNING: ENCODING ERRORS WERE DETECTED
WARNING: Encoding to flac [or lame] exited with an error with track 1!
RIPPING SUMMARY

All chunks were tried to match at least 2 times.
Chunks that differed after 2 trials,
were tried to match 3 times.
None of the tracks gave any problems
------------------------
The .cue, m3u, and log are all generated within the specific folder, but no
audio are. I've tried ripping into flac, wav, and lame (not at the same
time).  

I'm using 0.5.3 on ubuntu 8.04 with the gtk2 interface, lame 3.97 and flac
1.2.1 are installed.

thanks, 
 skorasaurs

Original issue reported on code.google.com by skorasau...@gmail.com on 28 Sep 2008 at 2:56

GoogleCodeExporter commented 8 years ago
Please attach your settings file. Are you sure you didn't pass any illegal 
parameters
to flac? If you did, this is not an error but a feature ;)

Please verify that the same problem occurs with the default settings (setting
encoding threads to 0).

Original comment by rubyripp...@gmail.com on 28 Sep 2008 at 8:48

GoogleCodeExporter commented 8 years ago
thank you for your prompt reponse !
I've attached my settings file.

I have verified that this problem also occurs when I set the encoding threads 
to 0. 

Original comment by skorasau...@gmail.com on 28 Sep 2008 at 1:33

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
You don't need to pass artist info for predefined codecs. The % characters are 
not
being replaced like you apparently expected. Just -V -8 should do exactly what 
you
want for flac.

The same counts for your mp3 settings. The metadata is automatically taken care 
for.
I expect this fixes your problem. If not, don't hesitate and ask this issue to 
be
reopened :)

Original comment by rubyripp...@gmail.com on 28 Sep 2008 at 2:31

GoogleCodeExporter commented 8 years ago

After setting the encoding threads to 0, I have noticed a couple changes:

I am able to encode to wav with no problems. However, when I encode in flac or
mp3[lame], I receive the same error message in my log as I have before.

Original comment by skorasau...@gmail.com on 28 Sep 2008 at 2:34

GoogleCodeExporter commented 8 years ago

oh wow, the files are tagged automatically - I like that ^_^

Original comment by skorasau...@gmail.com on 28 Sep 2008 at 6:25