<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Le mercredi 28 mai 2014 à 06:13 -0700, Hamo61 a écrit :
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hi,

how can i remove the border and the shadow from my text in textoverlay and
add a green background?
my pipeline:
gst-launch-1.0.exe videotestsrc ! video/x-raw,width=1920,height=1080  !
textoverlay font-desc="calibri 60px" text="Hello" ! autovideosink

how can i remove the border from the timeoverlay and change the background
to green ? ist it possible to say that the timeovelay format is:
"xx:xx:xx:xx" and not "x:xx:xx:xxx"?
my pipeline:
</PRE>
</BLOCKQUOTE>
<BR>
textoverlay uses pango markup for styling. There is good documentation for this markup at:<BR>
<BR>
<A HREF="https://developer.gnome.org/pango/stable/PangoMarkupFormat.html">https://developer.gnome.org/pango/stable/PangoMarkupFormat.html</A><BR>
<BR>
An example with green background:<BR>
<BR>
gst-launch-1.0 videotestsrc ! textoverlay text="<span foreground=\"blue\" background=\"green\" size=\"x-large\">Blue text</span> is <i>cool</i>" ! xvimagesink<BR>
<BR>
hope this will help,<BR>
Nicolas
</BODY>
</HTML>