Examples for advanced use of VLC's stream output (transcoding, multiple streaming, etc...) Transcoding Transcode a stream to Ogg Vorbis with 2 channels at 128kbps and 44100Hz and save it as foobar.ogg: % vlc -I dummy -vvv input_stream --sout "#transcode{vcodec=none,acodec=vorb,ab=128,channels=2,samplerate=44100}:file{dst=foobar.ogg}" Transcode the input stream and send it to a multicast IP address