]> git.sesse.net Git - vlc/commitdiff
Re-enable mono, it works fine. Example command line:
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 23 Aug 2008 16:38:38 +0000 (18:38 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 23 Aug 2008 16:38:38 +0000 (18:38 +0200)
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)

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 8765a9ba15f78f6198bbef4c3c5d15c09bb18c7e..59e16934d6462c557b553a3ae9e0ea24b0ccc129 100644 (file)
--- 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:
 --------
index 36c4b8f66e271776a7dd2a637101134a2caaa027..83430cdf6a54402d65223a8ceed80aaa72d7115b 100644 (file)
@@ -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])