Page 1 of 1

Windows Service and logo filters

Posted: 19 Aug 2010 13:47
by cctvcam
I have tried to do streaming using VLC as a windows service with the logo filter without success. I have tried with the --sub-filter and without. Can someone confirm if this is possible with a streaming service and how to do it. I assume only local files work and not file urls.

Re: Windows Service and logo filters

Posted: 19 Aug 2010 16:57
by VLC_help
Could you give an example?

Re: Windows Service and logo filters

Posted: 21 Aug 2010 19:19
by cctvcam
C:\Program Files\VideoLAN\VLC>vlc.exe -I ntservice --ntservice-install --ntservice-name=VLC-Service --ntservice-extraintf=http --ntservice-options="--no-qt-privacy-ask --no-qt-error-dialogs" --sub-filter "logo{file=ff-logo-small.png,transparency=128}" vlc://quit

the file is in the directory shown on the command line

Re: Windows Service and logo filters

Posted: 22 Aug 2010 17:43
by VLC_help
You need something like --sout-transcode-soverlay if you want to burn subtitles to video and stream it. (I am not 100% sure if it work since it was broken few releases ago)