File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2800,7 +2800,9 @@ <h2>Video</h2>
2800
2800
</dd>
2801
2801
<dt><tt class="docutils literal"><span class="pre">--video-pan-x=<value></span></tt>, <tt class="docutils literal"><span class="pre">--video-pan-y=<value></span></tt></dt>
2802
2802
<dd><p class="first">Moves the displayed video rectangle by the given value in the X or Y
2803
- direction. The unit is in fractions of the size of the destination rectangle.</p>
2803
+ direction. The unit is in fractions of the size of the scaled video (the
2804
+ full size, even if parts of the video are not visible due to panscan or
2805
+ other options).</p>
2804
2806
<p>For example, displaying a video fullscreen on a 1920x1080 screen with
2805
2807
<tt class="docutils literal"><span class="pre">--video-pan-x=-0.1</span></tt> would move the video 192 pixels to the left and
2806
2808
<tt class="docutils literal"><span class="pre">--video-pan-y=-0.1</span></tt> would move the video 108 pixels up.</p>
@@ -13675,6 +13677,9 @@ <h3>The Interface</h3>
13675
13677
<tr><td>left-click</td>
13676
13678
<td>seek to position</td>
13677
13679
</tr>
13680
+ <tr><td>mouse wheel</td>
13681
+ <td>seek forward/backward</td>
13682
+ </tr>
13678
13683
</tbody>
13679
13684
</table>
13680
13685
</dd>
You can’t perform that action at this time.
0 commit comments