[vlc-devel] commit: Re-enable mono, it works fine. Example command line: ( Antoine Cellerier )

git version control git at videolan.org
Sat Aug 23 18:35:13 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Aug 23 18:38:38 2008 +0200| [464b947a5c3a0056ce0c9e4d96a5935d2c35287c] | committer: Antoine Cellerier 

Re-enable mono, it works fine. Example command line:
18:36 antoine at 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)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=464b947a5c3a0056ce0c9e4d96a5935d2c35287c
---

 NEWS         |    1 -
 configure.ac |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 8765a9b..59e1693 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 36c4b8f..83430cd 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])




More information about the vlc-devel mailing list