Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Converting to OGG with EAC (ERROR!) (Read 4062 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Converting to OGG with EAC (ERROR!)

'm having some problems encoding into Ogg with EAC.  I'm getting an error when it tries to convert the wav to ogg, supposedly from oggenc.exe...

I set it up normally, had it detect drive settings, etc, and just changed it to Ogg Q6...  I downloaded the vorbis-toolki 1.0.1 (and tried 1.1.1) from vorbis.org, extracted it, moved it to another directory, and pointed EAC to oggenc.exe ( and oggenc2.exe ).  When I tell it to extract to compressed, it extracts the wav, but then says:
Quote
The external compressor returned an error!

Options: -q 6 -N 1 -t "YMCA" -a "INFORMATION ETC"... -q 6 -a "%a" -t "%t" -l "%g" -d "%y" -N "%n" -G "%m" %s -o %d -o "Long path\Ytmp60-!5.ogg" "Long path\Ytmp60-!5.wav"

File: LongPath\YMCA.wav

What am I doing wrong???

Thanks!

Converting to OGG with EAC (ERROR!)

Reply #1
What is your arguments line in the setup? This looks weird as heck:

Options: -q 6 -N 1 -t "YMCA" -a "INFORMATION ETC"... -q 6 -a "%a" -t "%t" -l "%g" -d "%y" -N "%n" -G "%m" %s -o %d -o "Long path\Ytmp60-!5.ogg" "Long path\Ytmp60-!5.wav"

You have -q 6 there twice, you have an extra -a, -t, you have a couple of -o's, there's that weird "..." there...

What's the actual line in the config?

Converting to OGG with EAC (ERROR!)

Reply #2
Program ... used for compression: E:\ogg\oggenc2.exe


Additional Command Line Options:  -q 6 -a "%a" -t "%t" -l "%g" -d "%y" -N "%n" -G "%m" %s -o %d

Yeah, I thought it was wierd too... I just copied this from somebody's example ( on this forum I think)...

Do I have a wierd version of the encoder or something???

Converting to OGG with EAC (ERROR!)

Reply #3
Code: [Select]
Ogg Vorbis:
3. Set file extension to .ogg
4. Locate 'oggenc.exe'
5. Use command line -a "%a" -t "%t" -l "%g" -d "%y" -N "%n" -G "%m" %s


taken from case's site found HERE

any use to you? notice it doesn't specify output -o %d

Kristian

Converting to OGG with EAC (ERROR!)

Reply #4
Quote
Code: [Select]
Ogg Vorbis:
3. Set file extension to .ogg
4. Locate 'oggenc.exe'
5. Use command line -a "%a" -t "%t" -l "%g" -d "%y" -N "%n" -G "%m" %s


taken from case's site found HERE

any use to you? notice it doesn't specify output -o %d

Kristian
[a href="index.php?act=findpost&pid=315845"][{POST_SNAPBACK}][/a]


FIXED!  It works only when I delete all the parameters, I included what you just mentioned, and got the same error, but now it works

Why?  How can I change the parameters without adding copies of them (which is what looks like what was happening)  Notice it is an "Additional Parameters" field.