Stream with marquee to file

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
Pilat
New Cone
New Cone
Posts: 4
Joined: 10 Oct 2017 12:13

Stream with marquee to file

Postby Pilat » 10 Oct 2017 12:25

Hello.
This is show me a stream with the marquee

Code: Select all

vlc.exe "rtsp://192.168.1.10:554/user=admin&password=admin&channel=1&stream=1.sdp" :marq-marquee="sadfsf"
And I can write the stream to the file

Code: Select all

vlc.exe "rtsp://192.168.1.10:554/user=admin&password=admin&channel=1&stream=1.sdp" :sout=#file{dst=output.avi}
How to write the stream WITH marquee to the file? Is it possible to combine commands?

mederi
Big Cone-huna
Big Cone-huna
Posts: 1951
Joined: 15 Mar 2011 16:38
VLC version: 2.0.8
Operating System: Windows Vista/XP

Re: Stream with marquee to file

Postby mederi » 10 Oct 2017 20:24

https://forum.videolan.org/viewtopic.ph ... t=soverlay
You have to transcode the video stream with soverlay option to burn the text into video. The streaming wizard (Media > Stream...) can help you.

Pilat
New Cone
New Cone
Posts: 4
Joined: 10 Oct 2017 12:13

Re: Stream with marquee to file

Postby Pilat » 11 Oct 2017 08:33

Thanks a lot.
It is too much but may I say vlc to read a marquee from a text file? The point is to change a marquee on the fly.

mederi
Big Cone-huna
Big Cone-huna
Posts: 1951
Joined: 15 Mar 2011 16:38
VLC version: 2.0.8
Operating System: Windows Vista/XP

Re: Stream with marquee to file

Postby mederi » 11 Oct 2017 18:58

Yes, you can set it in VLC preferences or use CLI option:
--marq-file=<string> Text file
File to read the marquee text from.

Pilat
New Cone
New Cone
Posts: 4
Joined: 10 Oct 2017 12:13

Re: Stream with marquee to file

Postby Pilat » 12 Oct 2017 08:20

This is working fine

Code: Select all

"c:\Program Files (x86)\VideoLAN\vlc\vlc.exe" "rtsp://192.168.1.10:554/user=admin&password=admin&channel=1&stream=1.sdp" :sout=#transcode{vcodec=h264,vb=0,scale=0,soverlay,sfilter=marq{marquee='TEXT',color=16777215}}:file{mux=mp4,dst='c:\Video\output.avi'}}
But if i try something like that

Code: Select all

"c:\Program Files (x86)\VideoLAN\vlc\vlc.exe" "rtsp://192.168.1.10:554/user=admin&password=admin&channel=1&stream=1.sdp" :sout=#transcode{vcodec=h264,vb=0,scale=0,soverlay,sfilter=marq{color=16777215}}:file{mux=mp4,dst='c:\ELibra\Video\output.avi'}} :marq-file='c:\elibra\marq.txt' "c:\Program Files (x86)\VideoLAN\vlc\vlc.exe" "rtsp://192.168.1.10:554/user=admin&password=admin&channel=1&stream=1.sdp" :sout=#transcode{vcodec=h264,vb=0,scale=0,soverlay,sfilter=marq{marq-file='c:\marq.txt'}}:file{mux=mp4,dst='c:\ELibra\Video\output.avi'}}
I have default value of marquee from vlc interface (Ctrl+E, Video Effects, Overlay). Vlc is using the marq filter but it cant load marq.txt.

mederi
Big Cone-huna
Big Cone-huna
Posts: 1951
Joined: 15 Mar 2011 16:38
VLC version: 2.0.8
Operating System: Windows Vista/XP

Re: Stream with marquee to file

Postby mederi » 12 Oct 2017 12:08

This should work:

Code: Select all

,soverlay,sfilter=marq{file='c:\marq.txt'}}
Or you can set marquee parameters in VLC preferences:
Tools > Preferences > Show settings=All > Video \ Subtitles/OSD \ Marquee
Then just enable it in the CLI:

Code: Select all

,soverlay,sfilter=marq}

Pilat
New Cone
New Cone
Posts: 4
Joined: 10 Oct 2017 12:13

Re: Stream with marquee to file

Postby Pilat » 12 Oct 2017 17:31

Or you can set marquee parameters in VLC preferences:
I cant, I use vlc like a third-part app, so I am restricted vlc command options.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: MSN [Bot] and 68 guests