From 2ac35658d99c0170d51515244b645932bc6d9a01 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 13 Jul 2025 10:12:18 +0530 Subject: [PATCH] Add correct commandline ot use for mpv to integrations docs --- docs/integrations.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/integrations.rst b/docs/integrations.rst index 147aca1c1..38a64f413 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -139,6 +139,10 @@ images. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ A video player that can play videos in the terminal. +.. code-block:: sh + + mpv --profile=sw-fast --vo=kitty --vo-kitty-use-shm=yes --really-quiet video.mkv + .. _tool_timg: `timg `_