From c57e51097b1e29a1cd077c69a677f1953d74e159 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 21 Apr 2014 22:54:43 +0200 Subject: command: export rotation parameter For completeness. --- DOCS/man/en/input.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index 4b9d5f1686..dadf8a1901 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -925,6 +925,9 @@ Property list ``video-params/chroma-location`` Chroma location as string. (Exact values subject to change.) + ``video-params/rotate`` + Intended display rotation in degrees (clockwise). + When querying the property with the client API using ``MPV_FORMAT_NODE``, or with Lua ``mp.get_property_native``, this will return a mpv_node with the following contents: @@ -943,6 +946,7 @@ Property list "colormatrix" MPV_FORMAT_STRING "colorlevels" MPV_FORMAT_STRING "chroma-location" MPV_FORMAT_STRING + "rotate" MPV_FORMAT_INT64 ``dwidth``, ``dheight`` Video display size. This is the video size after filters and aspect scaling -- cgit v1.2.3