summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpv/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/libmpv/README.md b/libmpv/README.md
index cc9e5dd..197b47e 100644
--- a/libmpv/README.md
+++ b/libmpv/README.md
@@ -45,6 +45,13 @@ that of modern UI toolkits - it's normally worked around, but this is not
easily possible with raw window embedding). It seems to have stability problems
on OSX when using the Qt toolkit.
+Both on X11 and win32, the player will fill the window referenced by the "wid"
+option fully and letterbox the video (i.e. add black bars if the aspect ratio of
+the window and the video mismatch).
+
+Setting the "input-vo-keyboard" may be required to get keyboard input through
+the embedded window, if this is desired.
+
### OpenGL embedding
This method lets you use libmpv's OpenGL renderer directly. You create an