diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-08 13:30:38 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-08 13:30:38 +0000 |
commit | a0b27e3797d85fc766b5753cf77d8c1b294f1f8a (patch) | |
tree | 48372a2e5b654a30b4792bcdb1885824f8d7a745 /DOCS/man | |
parent | 6c3d242fd58db08df907e8e8dc7d60a18522701e (diff) |
grammar/markup fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18948 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index fca18663c6..029352aea4 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -1710,8 +1710,9 @@ Enables the usage of fontconfig managed fonts. . .TP .B \-(no)embeddedfonts (FreeType only) -Enables extraction of matroska embedded fonts. This fonts can be used for SSA/ASS subtitles -rendering (-ass option). +Enables extraction of Matroska embedded fonts. +These fonts can be used for SSA/ASS subtitle +rendering (\-ass option). . .TP .B \-forcedsubsonly @@ -2033,25 +2034,28 @@ Specify the VOBsub subtitle ID. . .TP .B \-ass (FreeType only) (FontConfig optional) -Tells MPlayer/MEncoder to turn on SSA/ASS subtitles rendering. -With this option, libass will be used for SSA/ASS external subtitles and -matroska tracks. You may also want to use -embeddedfonts. +Turn on SSA/ASS subtitle rendering. +With this option, libass will be used for SSA/ASS +external subtitles and Matroska tracks. +You may also want to use \-embeddedfonts. . .TP .B \-ass-font-scale <value> -Set the scale coefficient to be used for all fonts in SSA/ASS renderer. +Set the scale coefficient to be used for fonts in the SSA/ASS renderer. . .TP .B \-ass-line-spacing <value> -Sets line spacing value for SSA/ASS renderer. +Set line spacing value for SSA/ASS renderer. . .TP .B \-ass-top-margin <value> -Adds a black band at the top of the frame. SSA/ASS renderer will place toptitles there. +Adds a black band at the top of the frame. +The SSA/ASS renderer will place toptitles there. . .TP .B \-ass-bottom-margin <value> -Adds a black band at the bottom of the frame. SSA/ASS renderer will place subtitles there. +Adds a black band at the bottom of the frame. +The SSA/ASS renderer will place subtitles there. . . . |