Mercurial > mplayer.hg
view TVout/matroxset/normal @ 10917:d45870f67728
Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>
For a given subtitle language you can now chose to display
only the forced subtitles. Defaut is set to "show all subtitles"
so that current mplayer behaviour is not changed.
For DVD:
Use -forced_subs_only additionally to e.g. -slang en
if you are only interested in the forced subtitles.
For VobSub:
The idx file is now parsed for the "forced subs: ON/OFF" tag
and used according to its settings.
Key:
You can toggle the display of forced subtitles by pressing
"F" (upper case letter).
author | attila |
---|---|
date | Sun, 21 Sep 2003 14:21:43 +0000 |
parents | 3b5f5d1c5041 |
children |
line wrap: on
line source
#! /bin/sh if [ -c /dev/fb0 ]; then HEAD0=/dev/fb0 HEAD1=/dev/fb1 else HEAD0=/dev/fb/0 HEAD1=/dev/fb/1 fi matroxset -f ${HEAD1} -m 0 matroxset -f ${HEAD0} -m 1 matroxset -f ${HEAD1} -m 2