-
Notifications
You must be signed in to change notification settings - Fork 5
No. But there is the OSC (on-screen-controller), which lets you control playback with the mouse. Requires mpv to be compiled with Lua support.
The OSC requires Lua support. Install Lua (including development headers) and rebuild mpv. If you didn't build mpv yourself, ask the packager to enable Lua.
Also note that the OSC is invisible by default, but it should appear once you move the mouse over the mpv window.
mpv is a command line program and doesn't provide an actual GUI. You need to start it with a media file. On Windows, you can create a file association with the Open with… context menu. For Linux, a mpv.desktop file is provided.
You can also start mpv with mpv --force-window --idle. Then it will show an empty window that does nothing - but it will play files you drop on the window.
Read the comprehensive answer to this question here.