[PATCH] a subtitle font scaling faq entry
heres another FAQ entry. this is not obvious, and may help someone. A user in #mplayer found this helpful today. -compn
On Sun, Oct 23, 2005 at 12:58:02PM -0400, compn wrote:
heres another FAQ entry. this is not obvious, and may help someone. A user in #mplayer found this helpful today.
-compn Index: faq.xml =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v retrieving revision 1.98 diff -u -r1.98 faq.xml --- faq.xml 20 Oct 2005 23:07:55 -0000 1.98 +++ faq.xml 23 Oct 2005 16:43:09 -0000 @@ -368,6 +368,20 @@ </qandaentry> <qandaentry> <question><para> +How can I get subtitles to look better on a small video in fullscreen. +</para></question> +<answer><para> +MPlayer scales the subtitles to fit into the video. Use <option>-subfont-autosc +ale</option>
Broken wrapping.. Rich
On Sun, Oct 23, 2005 at 12:58:02PM -0400, compn wrote:
heres another FAQ entry. this is not obvious, and may help someone. A user in #mplayer found this helpful today.
@@ -368,6 +368,20 @@ +How can I get subtitles to look better on a small video in fullscreen. +</para></question> +<answer><para> +MPlayer scales the subtitles to fit into the video. Use <option>-subfont-autosc +ale</option> +to change how MPlayer scales the subtitles, for example: +<screen> +mplayer -sub file.srt -subfont-text-scale 25 -subfont-autoscale 0 -vf scale=102 +4:768 <replaceable>file.avi</replaceable>
What exactly does this command line achieve? I'm getting weird effects where if I change OSD level the play symbol is minuscule while the numbers are sized correctly... Diego
participants (3)
-
compn -
Diego Biurrun -
Rich Felker