Differences between revisions 2 and 3
Revision 2 as of 2010-11-23 09:35:04
Size: 251
Editor: csr
Comment:
Revision 3 as of 2010-11-23 10:18:38
Size: 562
Editor: csr
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:

The following command line actually burns dvb subtitles into the video
{{{
vlc mux1.clip.ts --demux=ts --noaudio --novideo --play-and-exit --intf dummy --sout-all --sout '#duplicate{dst="transcode{senc=dvbsub}:transcode{vcodec=mpgv,soverlay}:std{access=file,mux=ps,dst='s.mpg'}",select="program=213"'
}}}

The following code will extract a program with dvb subtitles included

vlc mux1.clip.ts --demux=ts --noaudio --novideo --play-and-exit --intf dummy --sout-all --sout '#duplicate{dst=std{access=file,mux=ts,dst='s.ts'}",select="program=213"'

The following command line actually burns dvb subtitles into the video

vlc mux1.clip.ts --demux=ts --noaudio --novideo --play-and-exit --intf dummy --sout-all --sout '#duplicate{dst="transcode{senc=dvbsub}:transcode{vcodec=mpgv,soverlay}:std{access=file,mux=ps,dst='s.mpg'}",select="program=213"'

SubTitles (last edited 2010-11-24 12:31:53 by csr)