1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-04 22:20:22 +00:00
mpv/DOCS/man
Kacper Michajłow 7d6f9e3739 aspect: change --video-pan-x/y to be relative to the destination rect
It makes it more usable to virtually move dst rect instead of scaled
src.

The issue with the latter is that it is affected by video-zoom
paramters. For example if we do `--video-pan-x=-0.5` in normal case it
will move video -50%, but if we apply video-zoom/scale the video will
float towards the middle in unintuitive way. Extreme case is when one do
--video-zoom-x=0.01, now it is impossible to move video unless you
specify huge video-pan-x value, but it is limited to [-3, 3]. So you
cannot do anything.

With this changes regardless of video scale/zoom, video-pan will keep
center of scaled video in one place.
2023-08-20 23:15:48 +00:00
..
af.rst various: remove trailing whitespace 2022-05-14 14:51:34 +00:00
ao.rst ao_pipewire: clarify --pipewire-buffer=native 2023-04-23 21:03:58 -07:00
changes.rst
console.rst console.lua: add a script-opt for the border size 2023-04-26 16:30:01 +00:00
encode.rst
input.rst player: add playlist-path properties 2023-08-13 19:58:20 +00:00
ipc.rst DOCS: Add missing 'not' 2023-01-28 11:59:59 -05:00
javascript.rst lua/js: remove user-data helpers 2023-01-29 01:52:31 +02:00
libmpv.rst DOCS/libmpv: fix typo in linkage section 2022-09-03 12:54:48 -04:00
lua.rst DOCS/lua: fix typo 2023-03-21 15:49:42 +02:00
mpv.rst path-win: move state directory to %LOCALAPPDATA% 2023-07-29 14:27:59 +00:00
options.rst aspect: change --video-pan-x/y to be relative to the destination rect 2023-08-20 23:15:48 +00:00
osc.rst osc: support speed-independent time-remaiing display 2023-08-11 14:30:42 +03:00
stats.rst stats.lua: set sans-serif as default font 2023-07-10 16:58:54 +02:00
vf.rst vf_vapoursynth: save display resolution as a variable 2023-08-13 19:58:20 +00:00
vo.rst DOCS/vo: clarify dmabuf-wayland a bit 2023-07-23 04:55:26 +00:00