From: Antoine Cellerier Date: Sat, 23 Aug 2008 16:38:38 +0000 (+0200) Subject: Re-enable mono, it works fine. Example command line: X-Git-Tag: 0.9.0~70 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=464b947a5c3a0056ce0c9e4d96a5935d2c35287c;p=vlc Re-enable mono, it works fine. Example command line: 18:36 antoine@macbook ~/videolan/vlc-build% ./vlc ~/media/music/Greenday/American\ Idiot/01\ -\ American\ Idiot.mp3 --sout '#transcode{acodec=mpga,ab=32,channels=1}:std{access=file,mux=raw,dst=/tmp/a.mp3}' -vvv -I dummy --no-media-library (with pre 9107e1e0bcfa6b31cedeafd3dea257b14dbffd67 builds you need to add --sout-mono-downmix to the command line) --- diff --git a/NEWS b/NEWS index 8765a9ba15..59e16934d6 100644 --- a/NEWS +++ b/NEWS @@ -50,7 +50,6 @@ Important notes: transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}} * Glide video output module has been removed. * Due to lack of maintainer, the Skins interface might not work properly. - * Transcoding multiple audio channels to mono does not work anymore. Changes: -------- diff --git a/configure.ac b/configure.ac index 36c4b8f66e..83430cdf6a 100644 --- a/configure.ac +++ b/configure.ac @@ -1160,7 +1160,7 @@ VLC_ADD_PLUGIN([nsc]) VLC_ADD_PLUGIN([xtag]) dnl Channel mixing audio filters: VLC_ADD_PLUGIN([converter_fixed]) -dnl VLC_ADD_PLUGIN([mono]) +VLC_ADD_PLUGIN([mono]) VLC_ADD_PLUGIN([trivial_channel_mixer]) dnl Resampling audio filters: VLC_ADD_PLUGIN([trivial_resampler])