I have a mono mp3 that I am converting to ogg. If I choose mono in the dbPowerAmp dialog, I get an error. Here is the commandline:
C:\Documents and Settings\Josh>"C:\Program Files\Foobar2000\oggenc.exe" C:\~dmc
in.wav -o C:\~dmcout.ogg -q -1 --downmix --resample 44100
Opening with wav module: WAV file reader
Resampling input from 16000 Hz to 44100 Hz
ERROR: Can't downmix except from stereo to mono
Looks like you may need to add a check to see if the source file is stereo before trying downmix in ogg.
C:\Documents and Settings\Josh>"C:\Program Files\Foobar2000\oggenc.exe" C:\~dmc
in.wav -o C:\~dmcout.ogg -q -1 --downmix --resample 44100
Opening with wav module: WAV file reader
Resampling input from 16000 Hz to 44100 Hz
ERROR: Can't downmix except from stereo to mono
Looks like you may need to add a check to see if the source file is stereo before trying downmix in ogg.
Comment