Marquee and Time sub filter with streaming
Posted: 15 Jun 2006 18:50
I am trying to insert the time and a text in a stream (MPEG-2 TS/RTP/UDP)
using a MPEG-2 file.
[I am using 0.8.6 15th May 2006 build]
I can see the text and time when I play the file :
But I can not find the way to achieve this if I am streaming ...
Is it mandatory to add a transcoding step ?
Is the "--sout-transcode-sfilter <string>"
Any help would be appreciated
using a MPEG-2 file.
[I am using 0.8.6 15th May 2006 build]
I can see the text and time when I play the file :
Code: Select all
vlc -vvv --sub-filter marq --sub-filter time --time-position="8" --marq-marquee="Arrrrgghh" --marq-x=50 --marq-y=50 --width=200 --height=100 "toto.mpg"
Is it mandatory to add a transcoding step ?
Is the "--sout-transcode-sfilter <string>"
Any help would be appreciated