1
mirror of https://github.com/mpv-player/mpv synced 2024-07-27 17:48:22 +02:00

grammar/markup fixes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18948 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-07-08 13:30:38 +00:00
parent 6c3d242fd5
commit a0b27e3797

View File

@ -1710,8 +1710,9 @@ Enables the usage of fontconfig managed fonts.
. .
.TP .TP
.B \-(no)embeddedfonts (FreeType only) .B \-(no)embeddedfonts (FreeType only)
Enables extraction of matroska embedded fonts. This fonts can be used for SSA/ASS subtitles Enables extraction of Matroska embedded fonts.
rendering (-ass option). These fonts can be used for SSA/ASS subtitle
rendering (\-ass option).
. .
.TP .TP
.B \-forcedsubsonly .B \-forcedsubsonly
@ -2033,25 +2034,28 @@ Specify the VOBsub subtitle ID.
. .
.TP .TP
.B \-ass (FreeType only) (FontConfig optional) .B \-ass (FreeType only) (FontConfig optional)
Tells MPlayer/MEncoder to turn on SSA/ASS subtitles rendering. Turn on SSA/ASS subtitle rendering.
With this option, libass will be used for SSA/ASS external subtitles and With this option, libass will be used for SSA/ASS
matroska tracks. You may also want to use -embeddedfonts. external subtitles and Matroska tracks.
You may also want to use \-embeddedfonts.
. .
.TP .TP
.B \-ass-font-scale <value> .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 .TP
.B \-ass-line-spacing <value> .B \-ass-line-spacing <value>
Sets line spacing value for SSA/ASS renderer. Set line spacing value for SSA/ASS renderer.
. .
.TP .TP
.B \-ass-top-margin <value> .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 .TP
.B \-ass-bottom-margin <value> .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.
. .
. .
. .