Revision: 3535
Author: grepper
Date: Mon Feb 23 01:31:16 2015 UTC
Log: Fine tune spumux xml
Use full white (no transparency) for subtitle fill.
https://code.google.com/p/tovid/source/detail?r=3535
Modified:
/trunk/tovid/src/makempg
=======================================
--- /trunk/tovid/src/makempg Tue Feb 17 20:46:06 2015 UTC
+++ /trunk/tovid/src/makempg Mon Feb 23 01:31:16 2015 UTC
@@ -2066,7 +2066,7 @@
<subpictures format="$TVSYS">
<stream>
<textsub filename="${DVD_SUBS[s]}" characterset="$charset"
outline-color="rgba(0,0,0,200)"
- outline-thickness="2" fill-color="rgba(255,255,255,200)"
shadow-offset="0, 0"
+ outline-thickness="2" fill-color="rgba(255,255,255,255)"
shadow-offset="0, 0"
shadow-color="rgba(0,0,0,200)" fontsize="$DVD_SUBSIZE"
$spumux_font horizontal-alignment="center"
vertical-alignment="bottom" left-margin="60" right-margin="60"