[vlc] Re: Streaming Subtitles & wmp with no video

Madman madman at starfleet.hu
Wed Dec 29 14:06:00 CET 2004


You can try to transcode the text subtitles to a dvb sub track
(scodec=dvb in the transcode sout module arguments, I think, not sure
this will work), or to render them directly on the video (soverlay
transcode option)

soverlay option in combination with subt doesnt work, I've tried it
before. ( assinging with --sub-file also had no effect )
I'm still trying to convert the subt to dvb, but I encounter this:

[00000208] stream_out_transcode private debug: creating subtitles
transcoding from fcc=`subt' to fcc=`dvb '
[00000268] main decoder debug: looking for decoder module
[00000268] main decoder debug: probing 16 candidates
[00000268] subsdec decoder debug: using character encoding: ISO-8859-2
[00000093] main module debug: using decoder module "subsdec"
[00000269] main encoder debug: looking for encoder module
[00000269] main encoder debug: probing 3 candidates
[00000093] main module debug: unlocking module "subsdec"
[00000208] stream_out_transcode private error: cannot find encoder
[00000208] stream_out_transcode private error: cannot create subtitles
chain
[00000254] main packetizer error: cannot create packetizer output

"vlc -l | grep dvb" tells this:
  dvbsub                DVB subtitles decoder

Is there a separate encoder for this, which I forgot to compile in? (or
should it work with this?)

My compile options were:

./configure --enable-release --enable-sout --enable-livedotcom
--enable-mad --enable-ffmpeg --enable-a52 --enable-libmpeg2 --enable-sdl
--enable-freetype --with-livedotcom-tree=/usr/src/vlc/live
--with-mad-tree=/usr/src/vlc/libmad-0.15.1b
--with-ffmpeg-tree=/usr/src/vlc/ffmpeg-20041113
--with-a52-tree=/usr/src/vlc/a52dec-0.7.4
--with-libmpeg2-tree=/usr/src/vlc/mpeg2dec-0.4.0 --disable-pvr
--disable-familiar --disable-fb --disable-dv --disable-v4l --disable-gtk
--disable-kde --disable-qt --disable-wxwindows --disable-dvd
--disable-opengl --disable-vorbis --disable-speex
--with-sdl-config-path=/usr/src/vlc/SDL-1.2.8
--with-sdl-prefix=/usr/src/vlc/SDL-1.2.8/include/ --enable-faad
--disable-skins2 --disable-x11 --enable-dvb --enable-dvbpsi
--with-dvbpsi-tree=/usr/src/vlc/libdvbpsi-20041028

(I added the last 3 option, and compiled dvbspi for that recently, and
recompiled the whole vlc again. But It's still the same "cannot find
encoder")


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