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"}