Marquee and Time sub filter with streaming

About encoding, codec settings, muxers and filter usage
bXn
Blank Cone
Blank Cone
Posts: 46
Joined: 08 Jun 2005 09:14

Marquee and Time sub filter with streaming

Postby bXn » 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 :

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"
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
:P

bXn
Blank Cone
Blank Cone
Posts: 46
Joined: 08 Jun 2005 09:14

Postby bXn » 15 Jun 2006 19:20

Looks like I was not so far away ;o)


This command line is working correctly for me :

Code: Select all

C:\Program Files\VideoLAN\VLC>vlc -vvv "C:\Video\swEp01.mpg" --sout="#transcode{sfilter=time,soverlay=time,vcodec="mp2v",vb=2000}:std" --sout-standard-access=rtp --sout-standard-mux=ts --sout-standard-url=192.168.2.22:1234 --time-position=0
Image
Image

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 15 Jun 2006 22:28

Make it simple :)

Code: Select all

C:\Program Files\VideoLAN\VLC>vlc -vvv "C:\Video\swEp01.mpg" --sout="#transcode{sfilter=time,soverlay=time,vcodec="mp2v",vb=2000}:std{access=rtp,mux=ts,url=192.168.2.22:1234}'
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

bXn
Blank Cone
Blank Cone
Posts: 46
Joined: 08 Jun 2005 09:14

Postby bXn » 16 Jun 2006 11:00

Make it simple :)

Code: Select all

C:\Program Files\VideoLAN\VLC>vlc -vvv "C:\Video\swEp01.mpg" --sout="#transcode{sfilter=time,soverlay=time,vcodec="mp2v",vb=2000}:std{access=rtp,mux=ts,url=192.168.2.22:1234}'
Thanks ;o)

in fact, my command line is generated through a script and the script is mixing -- options and {} which is quite confusing when the options list is growing...I have to clean this

:wink:
Image
Image


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 3 guests