Hello,
is there a way to display more than one marquee lines?
DOOM
Code: Select all
#include <string.h>
.
.
.
p_sys->i_xoff = var_CreateGetInteger( p_input->p_libvlc , "marq-x" );
p_sys->i_yoff = var_CreateGetInteger( p_input->p_libvlc , "marq-y" );
p_sys->i_timeout = var_CreateGetInteger( p_input->p_libvlc , "marq-timeout" );
p_sys->i_pos = var_CreateGetInteger( p_input->p_libvlc , "marq-position" );
p_sys->psz_marquee = var_CreateGetString( p_input->p_libvlc, "marq-marquee" );
p_sys->p_style->i_font_alpha = 255 - var_CreateGetInteger( p_input->p_libvlc , "marq-opacity" );
p_sys->p_style->i_font_color = var_CreateGetInteger( p_input->p_libvlc , "marq-color" );
p_sys->p_style->i_font_size = var_CreateGetInteger( p_input->p_libvlc , "marq-size" );
Code: Select all
22:36 dionoea@cellerier ~% vlc --sub-filter marq --marq-marquee "test
123" /mnt/stuff/media/redefined-nintendo.mpg
hm, thats right :-/I doubt that it will if you're doing it through the rc interface.
Code: Select all
--sub-filter marq --marq-marquee Marquee_Line_#1'+#10+'Marquee_Line_#2'+#10+'Marquee_Line_#3'
Code: Select all
--marq-marquee <string> Text
Marquee text to display. (Available format
strings: Time related: %Y = year, %m = month,
%d = day, %H = hour, %M = minute, %S =
second, ... Meta data related: $a = artist,
$b = album, $c = copyright, $d = description,
$e = encoded by, $g = genre, $l = language,
$n = track num, $p = now playing, $r =
rating, $t = title, $u = url, $A = date, $D =
duration, $F = full name with path, $L = time
left, $N = name, $P = publisher, $T = time,
$_ = new line)
Return to “VLC stream-output (sout)”
Users browsing this forum: No registered users and 22 guests