1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 14:50:07 +00:00

manpage: fix various typos

This commit is contained in:
cantabile 2012-08-22 16:45:34 +03:00
parent b65424f5c2
commit 1cbda9c4ed
5 changed files with 20 additions and 20 deletions

View File

@ -47,7 +47,7 @@ jack
port=<name>
Connects to the ports with the given name (default: physical ports).
name=<client
name=<client>
Client name that is passed to JACK (default: MPlayer [<PID>]). Useful
if you want to have certain connections established automatically.
(no-)estimate

View File

@ -55,7 +55,7 @@ General changes for mplayer2 to mplayer3
* Improved OpenGL output (``vo_gl3``)
* Make ``--softvol`` default (**mplayer3** is not a mixer control panel)
* Improved support for .cue files
* Screenshot improvements (can save screenshots as JPG, configfurable filenames)
* Screenshot improvements (can save screenshots as JPG, configurable filenames)
* Removal of teletext support
* Replace image VOs (``vo_jpeg`` etc.) with ``vo_image``
* Remove ``vo_gif89a``, ``vo_md5sum``, ``vo_yuv4mpeg`` (the plan is to merge

View File

@ -326,7 +326,7 @@ escape these on some shells.) Example:
+-----------+-------------------------+
Additionally, any file-local option changed at runtime is reset when the current
file stops playing. If option ``-c`` is changed during playback of `file2.mkv`,
file stops playing. If option ``--c`` is changed during playback of `file2.mkv`,
it's reset when advancing to `file3.mkv`. This only affects file-local options.
The option ``--a`` is never reset here.
@ -429,9 +429,9 @@ screenshots with the video filter is not instant: the screenshot will be only
saved when the next video frame is displayed. This means attempting to take a
screenshot while the player is paused will do nothing, until the user unpauses
or seeks. Also, the screenshot filter is not compatible with hardware decoding,
and actually will cause initialization failure when use with hardware decodingis
attempted. Using the ``screenshot`` video filter is not recommended for these
reasons.
and actually will cause initialization failure when use with hardware decoding
is attempted. Using the ``screenshot`` video filter is not recommended for
these reasons.
.. include:: changes.rst
@ -494,7 +494,7 @@ libdvdcss:
rely on a key exchange with the DVD drive, but rather uses a crypto
attack to guess the title key. On rare cases this may fail because
there is not enough encrypted data on the disc to perform a
statistical attack, but in the other hand it is the only way to
statistical attack, but on the other hand it is the only way to
decrypt a DVD stored on a hard disc, or a DVD with the wrong region
on an RPC2 drive.

View File

@ -479,7 +479,7 @@
OS X Cocoa.
--delay=<sec>
audio delay in seconds (positive or negative float value) Negative values
audio delay in seconds (positive or negative float value). Negative values
delay the audio, and positive values delay the video.
--demuxer=<[+]name>
@ -770,7 +770,7 @@
Places the window at the bottom right corner of the screen.
--grabpointer, --no-grabpointer
``-no-grabpointer`` tells the player to not grab the mouse pointer after a
``--no-grabpointer`` tells the player to not grab the mouse pointer after a
video mode change (``--vm``). Useful for multihead setups.
--hardframedrop
@ -1391,7 +1391,7 @@
--pp=<quality>
This option only works when decoding video with Win32 DirectShow DLLs with
internal postprocessingi routines. See also ``--vf=pp``. Set the DLL
internal postprocessing routines. See also ``--vf=pp``. Set the DLL
postprocess level. The valid range of ``--pp`` values varies by codec, it
is mostly 0-6, where 0=disable, 6=slowest/best.
@ -1580,10 +1580,10 @@
*EXAMPLE*:
- ``mplayer foreman.qcif --demuxer=rawvideo --rawvideo qcif`` Play the
- ``mplayer foreman.qcif --demuxer=rawvideo --rawvideo=qcif`` Play the
famous "foreman" sample video.
- ``mplayer sample-720x576.yuv --demuxer=rawvideo --rawvideo w=720:h=576``
- ``mplayer sample-720x576.yuv --demuxer=rawvideo --rawvideo=w=720:h=576``
Play a raw YUV sample.
--really-quiet
@ -1757,7 +1757,7 @@
changed output and use the --slave-broken switch. Instead, a new, saner
protocol should be developed (and will, if there is enough interest).
This affects smplayer, smplayer2, mplayosx, and others.
This affects smplayer, smplayer2, mplayerosx, and others.
--slices, --no-slices
Drawing video by 16-pixel height slices/bands, instead draws the

View File

@ -176,7 +176,7 @@ direct3d_shaders (Windows only)
disable-eosd
Disable EOSD rendering for subtitles.
(Using this flag might force the insertion of the 'ass' video filter,
which will render the subtitles in software.)
which will render the subtitles in software.)
disable-texture-align
Normally texture sizes are always aligned to 16. With this option
@ -427,7 +427,7 @@ gl
gl3
OpenGL video output driver, extended version. The requires an OpenGL 3
capable graphics driver. (Note: this is only because of developer pedantery.
capable graphics driver. (Note: this is only because of developer pedantry.
The dependency on actual OpenGL 3 features is rather low.)
It supports extended scaling methods, dithering and color management.
@ -523,7 +523,7 @@ gl3
pbo
Enable use of PBOs. This is faster, but can sometimes lead to
sparodic and temporary image corruption.
sporadic and temporary image corruption.
dither-depth=<n>
Positive non-zero values select the target bit depth. Default: 0.
@ -537,7 +537,7 @@ gl3
Dither to 8 bit output.
Note that dithering will always be disabled if the bit depth
of the video is lower or qual to the detected dither-depth.
of the video is lower or equal to the detected dither-depth.
If color management is enabled, input depth is assumed to be
16 bits, because the 3D LUT output is 16 bit wide.
@ -552,7 +552,7 @@ gl3
swapinterval=<n>
Interval in displayed frames between to buffer swaps.
Interval in displayed frames between two buffer swaps.
1 is equivalent to enable VSYNC, 0 to disable VSYNC.
no-scale-sep
@ -621,7 +621,7 @@ gl3
this file. This can be used to speed up loading, since
LittleCMS2 can take a while to create the 3D LUT.
Note that this file contains an uncompressed LUT. Its size depends on
the ``3dlut-size``, can be become very big.
the ``3dlut-size``, can become very big.
icc-intent=<value>
0
@ -675,7 +675,7 @@ image
[no-]jpeg-baseline
Specify use of JPEG baseline or not (default: baseline).
jpeg-optimize=<0-100>
JPEG ptimization factor (default: 100)
JPEG optimization factor (default: 100)
jpeg-smooth=<0-100>
smooth factor (default: 0)
jpeg-dpi=<1->