Page 1 of 1

Cannot output the audio in mono

Posted: 04 Jan 2007 16:02
by zemariamm
Hi guys, I 've compiled VLC in windows using MSYS and it works fine. Except when I try to hear the audio in mono mode, issuing the command:
"vlc.exe --mono" I get the following erros :

C:\msys\1.0\home\ZeMaria\vlc090\vlc.exe: unknown option or missing mandatory argument `--mono'
Try `C:\msys\1.0\home\ZeMaria\vlc090\vlc.exe --help' for more information.
The command line options couldn't be loaded, check that they are valid.
Signal 125 (core dumped)

Tks in advance,
jose

compiling VLC with mono options

Posted: 05 Jan 2007 12:59
by zemariamm
Guys,
the problem seems to be when compiling... when I compile, I don't know why, the vlc just isn't capable of converting the audio to mono mode.... does someone knows what options should I enable/disable in compiling so I can convert the audio ??

Tks ,
Ze Maria

Posted: 06 Jan 2007 11:50
by VLC_help
How did you compile? And you have checked that they haven't renamed mono option on 0.9.0 ?

Options Compiling

Posted: 08 Jan 2007 14:19
by zemariamm
Here are the options I used to compile VLC:

./configure \
--disable-gtk \
--enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
--with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
--with-wx-config-path=/usr/win32/bin \
--with-freetype-config-path=/usr/win32/bin \
--with-fribidi-config-path=/usr/win32/bin \
--enable-caca --with-caca-config-path=/usr/win32/bin \
--with-xml2-config-path=/usr/win32/bin \
--with-dvdnav-config-path=/usr/win32/bin \
--disable-cddax --disable-vcdx --enable-goom \
--enable-twolame --enable-dvdread \
--disable-mkv \
--enable-debug
tks in advance