vlc 1.1.5 marquee
Posted: 19 Jan 2011 12:15
Hello,
I've googled for several hours and browsed thru the videolan docs, but i failed to make a marquee appear on my video.
I'm using vlc to occasionally dump MMS stream to a file. Command line that works:
What is the correct syntax for applying a marquee subfilter? I've tried a lot of possibilities, to no avail. I think it should be something like:
with options for marquee added SOMEWHERE. I've tried things like:
or
any many, many other. So, does this filter actually work? If so, how, or where can I find a piece of docs for it? Of course, I've looked thru http://wiki.videolan.org/Documentation: ... Use_of_VLC, but it says "TODO: completely outdated" at the beginning. I've also seen somewhere a list of marquee filter options.
I've googled for several hours and browsed thru the videolan docs, but i failed to make a marquee appear on my video.
I'm using vlc to occasionally dump MMS stream to a file. Command line that works:
Code: Select all
vlc -vvv http://stream.asf --sout="#std{access=file,mux=avi,dst=/dump3.avi}"
Code: Select all
vlc -vvv http://stream.asf --sout="#transcode{sfilter=marq}:std{access=file,mux=avi,dst=/dump3.avi}"
Code: Select all
--sub-filter='marq{marquee=dddd}'
Code: Select all
#transcode{sfilter=marq:marq-marquee="dddd"}