PDA

View Full Version : Q: Ogg Vorbis questions



LtData
05-23-2007, 01:36 PM
Q: I try to use the aoTuV encoder and get this error:
Error converting to ogg vorbis (aoTuV Lancer), 'original file path' to 'destination file path'
Error writing audio data to StdIn Pipe [clEncoder::EncodeBlock]
A: This normally is a result of you using a CPU that does not support SSE2. To check to see if your CPU supports SSE2, download a free utility such as CPU-Z (http://www.cpuid.com/cpuz.php).

What SSE2 is: http://en.wikipedia.org/wiki/SSE2

A short list of CPUs that support SSE2: Athlon 64, Athlon FX, some Semprons, some Celerons, Pentium 4, Pentium D, Pentium M, Core Duo or Solo, Core 2 Duo or Solo.

If your CPU does not support SSE2, you can try downloading a SSE version here: http://homepage3.nifty.com/blacksword/index.htm.
Additionally, you could download a SSE3 version, which is only supported on new Athlon 64s and Core 2 Duo or Solo.

If you get this error and your CPU does support SSE2, please post to the dMC support forum.