2011/7/6 Max Göttner - d.stream <span dir="ltr"><<a href="mailto:max.goettner@dstream.de">max.goettner@dstream.de</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
<br>
I would like to test adding a filter to my stream-output chain, but I<br>
neither know where to put it nor the correct syntax.<br>
What I do is:<br>
<br>
libvlc_media_add_option(m, ":sout=#transcode{acodec=none}:std{mux=avi,<br>
access=file, rtsp-caching=100, dst="bla.avi"})<br>
<br>
Now where comes in the filter command? Should I add a new option?<br></blockquote><div><br></div><div>You can add vfilter to transcode part (and afilter and sfilter also if you need those ). e.g. <span class="Apple-style-span" style="font-family: arial, sans-serif; line-height: 16px; "><em style="font-weight: bold; font-style: normal; ">vfilter</em>=transform</span></div>
<meta charset="utf-8"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
I think the documentation of libvlc_media_add_option should be improved,<br>
since now it is said only something like 'get the available options from vlc<br>
--long help'. Since libvlc_media_add_option works different than vlc<br>
-options... it's very much trial-and-error style.<br>
<br>
Thanks,<br>
Max.<br>
<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div><br>