JVLC and Filters
Posted: 12 Aug 2008 20:02
I am trying to use the filter options with JVLC. I am currently loading a stream from a URL (web camera) and trying to display some information about the camera. I know the filter must be working in some form or fashion because when I first display the video it displays the IP address on the bottom of the screen for a few seconds. This is what I have so far, can anyone see anything obvious I am doing wrong?
Ive also tried this format:
Any thoughts? Thanks!
Code: Select all
String[] options = new String[1];
options[0] = "--sub-filter=marq{marq-marquee=$t ($P%%),color=16776960}";
playlist.play( lastplaylistid, options );
Code: Select all
options[0] = "--sub-filter=marq --marq-marquee='Obvious Watermark' --marq-position=0 --marq-size=50 --marq-opacity=25 --marq-color=32768";