how to insert logo in VLC ??

Discussion about configuration and usage of VLM (a stream scheduler) within VLC.
atharo
New Cone
New Cone
Posts: 5
Joined: 16 Nov 2006 09:18
Contact:

how to insert logo in VLC ??

Postby atharo » 16 Nov 2006 17:06

Hi anyone, I'd like to insert an image ( *.png ) which is overlayed in my Broadcast channel. I took it on Radio Frequency Format... and change the format into IP by using VLC.

here is the syntax that I used...

/usr/bin/vlc -vvv pvr:/dev/video:norm=pal:size=640x480:frequency=224250:channel=0:bitrate=1500000:maxbitrate=2000000 --sub-filter logo --logo-file /home/dendy/Ibis.png --logo-repeat 2 --logo-delay 10 --sout-display --sout '#transcode{vcodec=mpgv,acodec=mpga,vb=200,ab=64,deinterlace,scale=0.5}:standard{access=udp,dst=239.255.255.2}' --ttl 5

recentlly I'm using : VLC 0.8.5


unfortunatelly i found no logo which is overlayed on the video...

some body out there....please help me :(


Thanks


Atharo
hello friend...

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

Postby dionoea » 19 Nov 2006 18:25

remove the --sub-filter logo option and add sfilter=logo in transcode. --sub-filter is for local display only.
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

Flow
Blank Cone
Blank Cone
Posts: 14
Joined: 23 Nov 2006 20:31

Postby Flow » 23 Nov 2006 20:36

hello,

I'm using VLC 0.8.5 for broadcasting video.
I would like to insert a logo.
I'm using this command for lauching the broadcast :

Code: Select all

vlc.exe -vvv %1 --logo-file flownoir.png --logo-repeat 0 --logo-delay 10 --sout=#transcode{fps=5,width=176,height=144,vcodec=WMV1,vb=64",scale=1,acodec=mpga,ab=16,channels=1,sfilter=logo}:duplicate{duplicate{dst=std{access=http,mux=asfh,dst=127.0.0.1:1234} }
but unfortunatly it doesn't work :'(

could you help me.

Thanks a lot
Flow

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

Postby dionoea » 29 Dec 2006 17:17

This might work better:

Code: Select all

vlc.exe -vvv %1 --logo-file=flownoir.png --logo-repeat=0 --logo-delay=10 --sout=#transcode{fps=5,width=176,height=144,vcodec=WMV1,vb=64,scale=1,acodec=mpga,ab=16,channels=1,sfilter=logo}:std{access=http,mux=asfh,dst=127.0.0.1:1234}
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

chromygabor
New Cone
New Cone
Posts: 1
Joined: 02 Feb 2007 12:20

Postby chromygabor » 02 Feb 2007 12:37

Hello!

I tried the previous code on windows xp sp2 with this vlc:

---------------------------
About VLC media player
---------------------------
VLC media player 0.8.6a (wxWidgets interface)

(c) 1996-2006 - the VideoLAN Team

Compiled by videolan@altair.videolan.org.
Compiler: gcc version 3.4.5 (mingw special).
This program ...



Code: Select all

vlc.exe -vvv "c:\xzy\sg 2.avi" --logo-file=tux.png --logo-repeat=0 --logo-delay=10 --sout=#transcode{fps=5,width=176,height=144,vcodec=WMV1,vb=64,scale=1,acodec=mpga,ab=16,channels=1,sfilter=logo}:std{access=mmsh,mux=asfh,dst=:1234}
But there is not logo on the video. The tux.png is in vlc directory, and I started it from this directory.

Can anybody say, why isnt logo on my streaming media?

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

Postby dionoea » 02 Feb 2007 23:10

remove the logo options (except logo-file and sfilter=logo)
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)


Return to “VLM”

Who is online

Users browsing this forum: No registered users and 2 guests