diff options
Diffstat (limited to 'DOCS/man/en')
-rw-r--r-- | DOCS/man/en/changes.rst | 1 | ||||
-rw-r--r-- | DOCS/man/en/options.rst | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst index 70f6fd71ec..eeac7fada9 100644 --- a/DOCS/man/en/changes.rst +++ b/DOCS/man/en/changes.rst @@ -104,7 +104,6 @@ Command Line Switches ``-subdelay`` ``--sub-delay`` ``-subpos`` ``--sub-pos`` ``-forcedsubsonly`` ``--sub-forced-only`` - ``-ni`` ``--avi-ni`` ``-benchmark`` ``--untimed`` (no stats) ``-xineramascreen`` ``--screen`` (different values) ``-ss`` ``--start`` diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 150c12d043..58fc365db1 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -695,12 +695,6 @@ Stop at given absolute time. Use ``--length`` if the time should be relative to ``--start``. See ``--start`` for valid option values and examples. -``--no-extbased``, ``--extbased`` - ``--no-extbased`` disables extension-based demuxer selection. By default, - when the file type (demuxer) cannot be detected reliably (the file has no - header or it is not reliable enough), the filename extension is used to - select the demuxer. Always falls back on content-based demuxer selection. - ``--field-dominance=<auto|top|bottom>`` Set first field for interlaced content. Useful for deinterlacers that double the framerate: ``--vf=yadif=1`` and ``--vo=vdpau:deint``. @@ -1049,11 +1043,6 @@ This option only works if the underlying media supports seeking (i.e. not with stdin, pipe, etc). -``--ignore-start`` - Matters with the builtin AVI demuxer only, which is not enabled by default. - Ignore the specified starting time for streams in AVI files. This - nullifies stream delays. - ``--include=<configuration-file>`` Specify configuration file to be parsed after the default ones. @@ -1258,20 +1247,10 @@ depends on the VO backend and how it handles keyboard input. Does not apply to terminal input.) -``--avi-ni`` - (Internal AVI demuxer which is not used by default only) - Force usage of non-interleaved AVI parser (fixes playback of some bad AVI - files). - ``--no-aspect`` Ignore aspect ratio information from video file and assume the video has square pixels. See also ``--aspect``. -``--no-bps`` - (Internal AVI demuxer which is not used by default only) - Do not use average byte/second value for A-V sync. Helps with some AVI - files with broken header. - ``--no-cache`` Turn off input stream caching. See ``--cache``. |