Page 1 of 1

how to insert logo in VLC ??

Posted: 16 Nov 2006 17:06
by atharo
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

Posted: 19 Nov 2006 18:25
by dionoea
remove the --sub-filter logo option and add sfilter=logo in transcode. --sub-filter is for local display only.

Posted: 23 Nov 2006 20:36
by Flow
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

Posted: 29 Dec 2006 17:17
by dionoea
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}

Posted: 02 Feb 2007 12:37
by chromygabor
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?

Posted: 02 Feb 2007 23:10
by dionoea
remove the logo options (except logo-file and sfilter=logo)