Skip to content
Vincent Lang edited this page Jan 26, 2015 · 5 revisions

Does mpv have an official GUI?

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.

I can't see the OSC/OSD/GUI!

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.

If I click mpv, nothing happens.

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.

Is FFmpeg or Libav preferred for use with mpv?

Read the comprehensive answer to this question here.

Clone this wiki locally