Page 1 of 1

Include subtitles in stream output

Posted: 27 Jul 2008 17:57
by parijke
Hi there,

Want to know if anybody knows how I can create new stream output files with subs in them (as part of the video output). I use a Netgear EVA700 which doesn't support .srt files.

VLC plays the file perfectly and shows the subtitles, but when I save the output to a file, the subtitles aren't included.

As far as I can imagine, VLC should be able to do this.

Can anyone help please?

Re: Include subtitles in stream output

Posted: 29 Jul 2008 10:46
by olegkirillov
You need to enable transcoding to embed subs into picture. This can substantially affect the quality of output. Are you sure you want to do this?

Re: Include subtitles in stream output

Posted: 29 Jul 2008 11:29
by parijke
Since this is the only manner to include subs, yes, this is what I want.

Can you please tell me how to do it? I tried several options, but none of them created an output-file with embedded subs

Re: Include subtitles in stream output

Posted: 29 Jul 2008 12:37
by olegkirillov
Post your command line, we'll try to give a hint.

Re: Include subtitles in stream output

Posted: 29 Jul 2008 18:18
by parijke
:sout=#transcode{soverlay}:duplicate{dst=std{access=file,mux=ts,dst="C:\Documents and Settings\Paul\Bureaublad\deal.avi"}}

Re: Include subtitles in stream output

Posted: 29 Jul 2008 22:49
by olegkirillov
You should specify necessary transcode options (vcodec, vb, acodec, ab, etc) to encode your new output stream.