0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

manpage: clarify description of dwidth/dheight

This commit is contained in:
wm4 2014-09-15 18:29:53 +02:00
parent 9bfa38add6
commit ac2047e02e

View File

@ -1040,13 +1040,17 @@ Property list
``dwidth``, ``dheight`` ``dwidth``, ``dheight``
Video display size. This is the video size after filters and aspect scaling Video display size. This is the video size after filters and aspect scaling
have been applied. The actual video window size can still be different have been applied. The actual video window size can still be different
from this. from this, e.g. if the user resized the video window manually.
These have the same values as ``video-out-params/dw`` and
``video-out-params/dh``.
``video-out-params`` ``video-out-params``
Same as ``video-params``, but after video filters have been applied. If Same as ``video-params``, but after video filters have been applied. If
there are no video filters in use, this will contain the same values as there are no video filters in use, this will contain the same values as
``video-params``. Note that this is still not necessarily what the video ``video-params``. Note that this is still not necessarily what the video
window uses, since all real VOs do their own scaling. window uses, since the user can change the window size, and all real VOs
do their own scaling independently from the filter chain.
Has the same sub-properties as ``video-params``. Has the same sub-properties as ``video-params``.