Mercurial > mplayer.hg
view TOOLS/subfont-c/runme @ 4890:0c1526391dd3
New option use-stdin to use when stdin will be used as a file
Auto enable use-stdin when - is in the command line
author | albeu |
---|---|
date | Thu, 28 Feb 2002 13:47:06 +0000 |
parents | 8ccac62ddfb7 |
children | ffcac0e6a5f4 |
line wrap: on
line source
#!/bin/bash #unicode="--unicode" font=arial.ttf #font=verdana.ttf encoding=iso-8859-2 fontsize=24 symbolssize=35 blur=2 outline=1.5 make || exit ./subfont $unicode --blur $blur --outline $outline "$encoding" $fontsize "$font" || exit ./subfont --append --blur $blur --outline $outline encodings/osd-mplayer $symbolssize osd/osd.pfb || exit #cp font.desc *.raw ~/.mplayer/font/ exit # display *.raw files SIZE=`awk '/bitmap size:/ {print $NF; exit}' font.desc`+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