From 3a7ecf65e2d171c5d2993a2123f970e62be982b4 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sun, 26 Oct 2014 12:02:00 +0100 Subject: manpage: options: various fixes --- DOCS/man/options.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index d25a6a2363..ab548354bc 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -939,7 +939,7 @@ Audio of the current media, the lavrresample audio filter will be inserted into the audio filter layer to compensate for the difference. -``--gapless-audio=`` Try to play consecutive audio files with no silence or disruption at the point of file change. Default: ``weak``. @@ -1078,7 +1078,7 @@ Subtitles This affects ASS subtitles as well, and may lead to incorrect subtitle rendering. Use with care, or use ``--sub-text-font-size`` instead. -``--sub-scale-with-window=yes|no`` +``--sub-scale-with-window=`` Make the subtitle font size relative to the window, instead of the video. This is useful if you always want the same font size, even if the video doesn't covert the window fully, e.g. because screen aspect and window @@ -1121,7 +1121,7 @@ Subtitles Using this option may lead to incorrect subtitle rendering. -``--ass-hinting=none|light|normal|native`` +``--ass-hinting=`` Set font hinting type. can be: :none: no hinting (default) @@ -1139,7 +1139,7 @@ Subtitles ``--ass-line-spacing=`` Set line spacing value for SSA/ASS renderer. -``--ass-shaper=simple|complex`` +``--ass-shaper=`` Set the text layout engine used by libass. :simple: uses Fribidi only, fast, doesn't render some languages correctly @@ -1799,7 +1799,7 @@ Disc Devices Add ```` sectors to the values reported when addressing tracks. May be negative. -``--cdda-skip=`` (Never) accept imperfect data reconstruction. ``--dvd-speed=`` @@ -2071,7 +2071,7 @@ Demuxer playback, but on the other hand can add delays to seeking or track switching. -``--demuxer-readahead-secs=N`` +``--demuxer-readahead-secs=`` If ``--demuxer-thread`` is enabled, this controls how much the demuxer should buffer ahead in seconds (default: 0.2). As long as no packet has a timestamp difference higher than the readahead amount relative to the @@ -2080,7 +2080,7 @@ Demuxer (This value tends to be fuzzy, because many file formats don't store linear timestamps.) -``--demuxer-readahead-packets=N`` +``--demuxer-readahead-packets=`` If ``--demuxer-thread`` is enabled, this controls how much the demuxer should buffer ahead. As long as the number of packets in the packet queue doesn't exceed ``--demuxer-readahead-packets``, and the total number of @@ -2092,7 +2092,7 @@ Demuxer See ``--list-options`` for defaults and value range. -``--demuxer-readahead-bytes=N`` +``--demuxer-readahead-bytes=`` See ``--demuxer-readahead-packets``. @@ -2404,7 +2404,7 @@ OSD ``--osd-scale=`` OSD font size multiplier, multiplied with ``--osd-font-size`` value. -``--osd-scale-by-window=yes|no`` +``--osd-scale-by-window=`` Whether to scale the OSD with the window size (default: yes). If this is disabled, ``--osd-font-size`` and other OSD options that use scaled pixels are always in actual pixels. The effect is that changing the window size -- cgit v1.2.3