[vlc] Re: trancoding audio to plain mp3?

Ivan Machetto ivan at ledieudelinformatique.com
Fri Oct 8 11:50:21 CEST 2004


Ben Buxton a écrit :

>I'm trying to use VLC to stream only the audio track of a DVB stream to
>mp3 clients. Unfortunately I can only find options which require me to
>specify a container format, which is not really useful for plain mp3.
>
>This is the command line I'm using which puts the mp3 inside asf, but
>I'm trying to put it as raw mp3.
>
>./vlc dvb-t:<params> --no-sout-video --sout \
>'#transcode{acodec=mpga,ab=96}:standard{access=http,mux=asf,url=192.168.1.2:1333}' 
>
>  
>
just try

#transcode{acodec=mp3,ab=96}

and if you want save it in a file put the name in place of url

Ivan.


-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list