[vlc-devel] libvlc_media_add_option

Kaarlo Räihä kaarlo.raiha at gmail.com
Wed Jul 6 16:32:55 CEST 2011


2011/7/6 Max Göttner - d.stream <max.goettner at dstream.de>

> Hello,
>
> I would like to test adding a filter to my stream-output chain, but I
> neither know where to put it nor the correct syntax.
> What I do is:
>
> libvlc_media_add_option(m, ":sout=#transcode{acodec=none}:std{mux=avi,
> access=file, rtsp-caching=100, dst="bla.avi"})
>
> Now where comes in the filter command? Should I add a new option?
>

You can add vfilter to transcode part (and afilter and sfilter also if you
need those ). e.g. *vfilter*=transform


>
> I think the documentation of libvlc_media_add_option should be improved,
> since now it is said only something like 'get the available options from
> vlc
> --long help'. Since libvlc_media_add_option works different than vlc
> -options... it's very much trial-and-error style.
>
> Thanks,
> Max.
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20110706/5e9bf9ec/attachment.html>


More information about the vlc-devel mailing list