Simple Logo Overlay filter ?

*nix specific usage questions
Fahim
Blank Cone
Blank Cone
Posts: 12
Joined: 07 Jan 2008 19:55

Simple Logo Overlay filter ?

Postby Fahim » 13 May 2008 08:28

Hello,
I'm trying to play my stream with a logo in stream. I've followed http://wiki.videolan.org/How_to_add_logo unsuccessfully.

Stream plays but no logo comes. Than I've also tried following in SSH.

vlc --sub-filter "logo{file=logo.png,transparency=128}" mms://serverip/movies --sout '#std {access=mmsh,mux=asfh,dst=:8080}'


Am I missing something or where exactly i've to put the logo file?

Thanks.

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: Simple Logo Overlay filter ?

Postby Arite » 13 May 2008 23:26

You need to transcode the file with the logo overlayed using sfiler=logo. So try e.g.:

Code: Select all

vlc --sub-filter logo --logo-file logo.png --logo-transparency 128 INPUT_STREAM --sout="#transcode{vcodec=mp4v,vb=1024,scale=1,sfilter=logo}:duplicate{dst=std {access=mmsh,mux=asfh,dst=:8080}}"
That will trancode the video to mp4v at 1024kbps. I just used the mms output part from your sout string.

Cheers, Arite.
Don't use PMs for support questions.

Fahim
Blank Cone
Blank Cone
Posts: 12
Joined: 07 Jan 2008 19:55

Re: Simple Logo Overlay filter ?

Postby Fahim » 14 May 2008 07:01

Thanks mate.
Where do I exactly put the logo image in ftp of my server?

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: Simple Logo Overlay filter ?

Postby Arite » 14 May 2008 13:15

Where do I exactly put the logo image in ftp of my server?
Well it is either relative to the current directory you are or give the full path - shouldn't matter providing you give the path to it.

Arite.
Don't use PMs for support questions.

Fahim
Blank Cone
Blank Cone
Posts: 12
Joined: 07 Jan 2008 19:55

Re: Simple Logo Overlay filter ?

Postby Fahim » 16 May 2008 07:52

Thank you very much !
Cheers

airtek
Blank Cone
Blank Cone
Posts: 17
Joined: 06 Nov 2007 20:10

Re: Simple Logo Overlay filter ?

Postby airtek » 16 May 2008 08:30

You need to transcode the file with the logo overlayed using sfiler=logo. So try e.g.:

Code: Select all

vlc --sub-filter logo --logo-file logo.png --logo-transparency 128 INPUT_STREAM --sout="#transcode{vcodec=mp4v,vb=1024,scale=1,sfilter=logo}:duplicate{dst=std {access=mmsh,mux=asfh,dst=:8080}}"
That will trancode the video to mp4v at 1024kbps. I just used the mms output part from your sout string.

Cheers, Arite.

Thanks


Pierpaolo


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 37 guests