Mercurial > mplayer.hg
view TOOLS/subfont-c/runme @ 1550:39119eb74363
*** empty log message ***
author | zybi |
---|---|
date | Thu, 16 Aug 2001 11:42:10 +0000 |
parents | 842c29861e25 |
children | 7336606415f2 |
line wrap: on
line source
#!/bin/bash font=arial.ttf encoding=iso-8859-2 fontsize=24 symbolssize=35 blur=2 outline=1.5 make || exit ./subfont --blur $blur --outline $outline "$encoding" $fontsize "$font" &>log status=$? cat log [ $status == 0 ] || exit ./subfont --append --blur $blur --outline $outline encodings/osd-mplayer $symbolssize osd/osd.pfb || exit #cp font.desc *.raw ~/.mplayer/font/ exit SIZE=`awk '/^bitmap size/ {print $NF}' log`+800 display -size $SIZE gray:$encoding-a.raw & display -size $SIZE gray:$encoding-b.raw & #convert -size $SIZE gray:$encoding-a.raw $encoding-a.png #convert -size $SIZE gray:$encoding-b.raw $encoding-b.png