[xiph-commits] r15875 - trunk/ezstream/examples
moritz at svn.xiph.org
moritz at svn.xiph.org
Sat Mar 28 06:38:30 PDT 2009
Author: moritz
Date: 2009-03-28 06:38:30 -0700 (Sat, 28 Mar 2009)
New Revision: 15875
Modified:
trunk/ezstream/examples/ezstream_reencode_mp3.xml
trunk/ezstream/examples/ezstream_reencode_vorbis.xml
Log:
Remove -x argument to lame. This makes the examples work for me by default
again, with a more recent lame version.
Modified: trunk/ezstream/examples/ezstream_reencode_mp3.xml
===================================================================
--- trunk/ezstream/examples/ezstream_reencode_mp3.xml 2009-03-28 11:14:54 UTC (rev 15874)
+++ trunk/ezstream/examples/ezstream_reencode_mp3.xml 2009-03-28 13:38:30 UTC (rev 15875)
@@ -72,7 +72,7 @@
<match>.mp3</match>
<!-- Note: madplay uses host byte order for raw samples. -->
<decode>madplay -b 16 -R 44100 -S -o raw:- "@T@"</decode>
- <encode>lame --preset cbr 128 -r -x -s 44.1 --bitwidth 16 - -</encode>
+ <encode>lame --preset cbr 128 -r -s 44.1 --bitwidth 16 - -</encode>
</encdec>
<encdec>
<!--
Modified: trunk/ezstream/examples/ezstream_reencode_vorbis.xml
===================================================================
--- trunk/ezstream/examples/ezstream_reencode_vorbis.xml 2009-03-28 11:14:54 UTC (rev 15874)
+++ trunk/ezstream/examples/ezstream_reencode_vorbis.xml 2009-03-28 13:38:30 UTC (rev 15875)
@@ -73,7 +73,7 @@
<match>.mp3</match>
<!-- Note: madplay uses host byte order for raw samples. -->
<decode>madplay -b 16 -R 44100 -S -o raw:- "@T@"</decode>
- <encode>lame --preset cbr 128 -r -x -s 44.1 --bitwidth 16 - -</encode>
+ <encode>lame --preset cbr 128 -r -s 44.1 --bitwidth 16 - -</encode>
</encdec>
<encdec>
<!--
More information about the commits
mailing list