diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-20 23:06:02 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-20 23:06:02 +0000 |
commit | 24ea3cdda822106069f69601c2cd512c8ca242f2 (patch) | |
tree | ee8528e20f4f8ec3e1aa08ac8a752d4f033b2c05 /DOCS/xml/en/faq.xml | |
parent | 91294fea436549a14d1c672b9a2073e17fb6d9c0 (diff) |
Explain how to place subtitles in black bands.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16822 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/faq.xml')
-rw-r--r-- | DOCS/xml/en/faq.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index a8628b53b9..743be160cd 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -355,6 +355,19 @@ system, you should remove it now. <qandaentry> <question><para> +How can I get subtitles to appear on the black margins around a movie? +</para></question> +<answer><para> +Use the <systemitem>expand</systemitem> video filter to increase the +area onto which the movie is rendered vertically and place the movie +at the top border, for example: +<screen> +mplayer -vf expand=0:-100:0:0 -slang de dvd://1 +</screen> +</para></answer> +</qandaentry> +<qandaentry> +<question><para> How can I select audio/subtitle tracks from a DVD, OGM, Matroska or NUT file? </para></question> <answer><para> |