Mercurial > mplayer.hg
view TOOLS/subfont-c/runme @ 14862:ff63b650b30a
From Eng manpage 1.904:
Remove -noxv and -forcexv command line options and replace them by
suboptions to -vo sdl. Renamed noxv to nohwaccel to better reflect the
meaning of the option.
author | gpoirier |
---|---|
date | Tue, 01 Mar 2005 08:57:08 +0000 |
parents | ffcac0e6a5f4 |
children |
line wrap: on
line source
#!/bin/bash #unicode="--unicode" #font=arial.ttf #font=mints-mild.pcf #font=/home/alex/artwiz-mints-mild-latin2.hex font=$1 #font=verdana.ttf encoding=iso-8859-2 fontsize=$2 symbolssize=$3 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