[vlc] Re: Streaming with subtitle track

James Burns jfburns at gmail.com
Tue Jan 18 14:33:01 CET 2005


Someone will probably give you a better answer soon, but if you want
to render the subtitles onto the stream you might want to do:

vlc --sout '#transcode{vcodec=copy,acodec=copy,soverlay}:std{access=udp,mux=ts,url=10.1.0.0}'
file.avi --sub-file=english.srt  --spu-channel=0

I'm not sure about the "copy" stuff and how that interacts w/ soverlay.

see:
http://www.via.ecp.fr/via/ml/vlc/2004-10/msg00262.html
http://www.videolan.org/doc/streaming-howto/en/ch03.html

-James


On Tue, 18 Jan 2005 11:51:19 +0100, Etienne Bernard <eb at pltplp.net> wrote:
> Hi,
> 
> I'm trying to stream with VLC (version 0.8.1) an AVI file with a .srt
> subtitle file.
> 
> $ vlc -I http --http-host=10.0.0.1:8000 --sout '#std{access=udp,mux=ts,url=10.1.0.0}' file.avi :sub-file=english.srt
> 
> On the 10.1.0.0 box, I receive the stream correctly, the subtitle
> track is found by VLC (windows version), but the subtitles are just
> "flashing" : I mean that they seem to appear at the right time, but
> they disappear immediately.
> 
> Is this a known bug of vlc? The problem occurs with both udp streaming
> and streaming to a file.
> 
> By the way, do someone know how to multiplex a subtitle track into an
> avi file ? I tried with spumux, but with no success.
> 
> Thanks,
> --
> Etienne BERNARD <eb at pltplp.net>
> 
> 
> 


-- 
"We are friends with those whose ideas are at the same level of
confusion as our own." - Proust

-- 
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