🎞 mpv.net
mpv.net is a modern media player for Windows that works just like mpv.
Graphical User Interface
Modern GUI that supports customizable color themes.
Command Line Interface
mpv.net has the CLI of mpv.
High quality video output
libmpv has an OpenGL based video output that is capable of many features loved by videophiles, such as video scaling with popular high quality algorithms, color management, frame timing, interpolation, HDR, and more.
On Screen Controller
The OSC of libmpv offers play controls with a modern flat design. (Screenshot)
GPU video decoding
libmpv leverages the FFmpeg hwaccel APIs to support DXVA2 video decoding acceleration.
Active development
mpv.net is under active development. Want a feature? Post a patch or request it!
Based on libmpv
mpv.net is based on libmpv which offers a straightforward C API that was designed from the ground up to make mpv usable as a library and facilitate easy integration into other applications. mpv is like vlc not based on DirectShow or Media Foundation.
Table of contents
- Features
- Screenshots
- Download
- Installation
- Manual
- Context Menu
- Scripting
- Extensions
- Architecture
- Support
- Links
- Changelog
Features
- High degree of mpv compatibility, almost all mpv features are available
- Great usability due to everything in the application being searchable
- Open source built with modern tools
- Customizable context menu defined in the same file as the key bindings (Screenshot, Defaults)
- Searchable config dialog (Screenshot, Defaults)
- Searchable input (key/mouse) binding editor (Screenshot, Defaults)
- Configuration files that are easy to read and edit (Manual)
- Searchable command palette to quickly find commands and keys (Screenshot)
- Modern graphical user interface with customizable color themes (Screenshot)
- Extension API for .NET languages (C#, VB.NET and F#)
- Scripting API for Python, C#, Lua, JavaScript and PowerShell (Wiki)
- Language agnostic JSON IPC to control the player with a external programs
- On Screen Controler (OSC, play control buttons) (Screenshot)
- Command Line Interface
- If started from a PowerShell terminal mpv.net will attach to the terminal and print status and debug output (Screenshot)
- DXVA2 video decoding acceleration
- OpenGL based video output capable of features loved by videophiles, such as video scaling with popular high quality algorithms, color management, frame timing, interpolation, HDR, and more
- Search feature powered by Everything to find and play media (Screenshot)
- Extension to start mpv.net from Google Chrome (Manual)
- Extremely fast seek performance
- Very fast startup performance, video is usally ready to play in less then a second
- Usable as video player, audio player and image viewer with a wide range of supported formats
- All decoders are built-in, no external codecs have to be installed
- Setup as x64, x86, installer, portable, Chocolatey and Scoop (Manual)
- Build-in media streaming via youtube-dl
- File associations can be created by the setup and from the player
- External audio and subtitle files can either be loaded manually or automatically
- Screenshot feature with many options
- File history feature to log time and filename
- A-B loop feature
- Watch later feature to save the position
- Files can be enqueued from File Explorer (Manual)
- Update check and update routine (Manual)
- Manual
Screenshots
Main Window Screenshot
Context Menu Screenshot
Context menu defined in the input.conf file with dark mode support.
Config Editor Screenshot
A searchable config editor as alternative to edit the mpv.conf file manually.
Terminal Screenshot
mpv.net attached to a PowerShell terminal showing the OSD console.
Input Editor Screenshot
A searchable key and mouse binding editor.
Command Palette Screenshot
Forgot where a command in the menu is located or what shortcut key it has? Just press F1 and find it easily in the searchable command palette.
Media Search Screenshot
Media search feature powered by Everything to find and play media.
Download
Stable
Stable releases can be downloaded from the Release page.
Beta
Beta versions can be downloaded from OneDrive and DropBox.
Installation
mpv.net requires minimum .NET Framework 4.8 and Windows 7. For optimal results a modern graphics card is recommended.
Stable releases are compiled from the source and can be downloaded from the releases tab:
https://github.com/stax76/mpv.net/releases
Scoop can be used to install and update it:
scoop bucket add extras
scoop install mpv.net
If you instead use AppGet:
appget install mpv-net
Alternatively, Chocolatey can also be used:
choco install mpvnet.install
Manual
Context Menu
The context menu can be customized via input.conf file located in the config directory:
C:\Users\%username%\AppData\Roaming\mpv\input.conf
if it's missing mpv.net generates it with the following defaults:
https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt
input.conf defines mpv's key and mouse bindings and mpv.net uses comments to define the context menu.
Scripting
Extensions
Architecture
mpv.net is written in C# and runs on the .NET Framework 4.8.
The Extension implementation is based on the Managed Extensibility Framework.
Python scripting is implemented with IronPython which uses Python 2.7.
The main window is WinForms based, WinForms allows better libmpv integration compared to WPF, all other windows are WPF based.
The config editor adds it's controls dynamically and uses TOML to define it's content, there are only two simple types, StringSetting and OptionSetting.
Third party components:
- libmpv, the heard and soul of mpv.net
- MediaInfo, no media related project could do without
- Tommy, a single file TOML parser
- IronPython, bringing Python to dotnet
- CS-Script, scripting with C#
- Everything, a blazing fast file search service
Support
Before making a support request for a particular issue, please try if it was already addressed in a newer beta version.
Support thread in VideoHelp forum
Issue tracker, feel free to use for anything mpv(.net) related.
You can support the development of mpv.net with a PayPal donation:
Links
mpv.net
- wiki: https://github.com/stax76/mpv.net/wiki
- default key bindings: https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt
- download: https://github.com/stax76/mpv.net/releases
- bugs and requests: https://github.com/stax76/mpv.net/issues
mpv
- website: https://mpv.io/
- manual: https://mpv.io/manual/master/
- wiki: https://github.com/mpv-player/mpv/wiki
- apps: https://github.com/mpv-player/mpv/wiki/Applications-using-mpv
- user scripts: https://github.com/mpv-player/mpv/wiki/User-Scripts
- default key bindings: https://github.com/mpv-player/mpv/blob/master/etc/input.conf
- download: https://mpv.io/installation/
- bugs and requests: https://mpv.io/bug-reports/







