Search found 3 matches

Go to advanced search

by rolya85
19 Jul 2012 18:50
Forum: Web and scripting
Topic: options parameter of MRL in plugin doesn't work
Replies: 13
Views: 7014

Re: options parameter of MRL in plugin doesn't work

I've managed to configure streamming to use cartoon effect.

Code: Select all

:sout=#transcode{vfilter=gradient{gradient-mode=gradient,gradient-cartoon},vcodec=theo,vb=2000,scale=0.67,acodec=vorb,ab=128,channels=2}:duplicate{dst=http{mux=ogg,dst=:8080/},dst=display} :sout-keep
by rolya85
17 Jul 2012 15:29
Forum: Web and scripting
Topic: options parameter of MRL in plugin doesn't work
Replies: 13
Views: 7014

Re: options parameter of MRL in plugin doesn't work

Thank you, Jean. Maybe It's possible to add this filter to streaming file through VLC. For example, use Generated stream output string (the last step on streaming through VLC): :sout=#transcode{vcodec=theo,vb=800,scale=1,acodec=flac,ab=128,channels=2,samplerate=44100}:http{mux=ogg,dst=:8080/} :sout-...
by rolya85
13 Jul 2012 10:06
Forum: Web and scripting
Topic: options parameter of MRL in plugin doesn't work
Replies: 13
Views: 7014

Re: options parameter of MRL in plugin doesn't work

Hi, I'm trying to add cartoon video effect to the Webplugin. (vlan v2.0.2 installed). But it doesn't work. So I'm wondering is this feature out of the webplugin scope or I've a mistake in my samples? There is a list of my attempts: var options=[':gradient-mode=gradient',':gradient-cartoon']; var id ...

Go to advanced search