Este repositório é um fork de manutenção do mpv.net, um player de mídia para Windows com interface gráfica moderna, baseado no mpv/libmpv.
O projeto original foi criado e mantido por Frank Skare / stax76. Este fork respeita esse trabalho e tem como prioridade inicial preservar o funcionamento existente, melhorar a documentação em português brasileiro e corrigir bugs simples de forma cuidadosa.
Neste momento, grandes mudanças de arquitetura não são prioridade. A regra principal é manter compatibilidade com o mpv sempre que possível e evitar alterações amplas sem necessidade.
- Preservar o comportamento atual do mpv.net.
- Documentar melhor o uso, a configuração e a manutenção do projeto.
- Facilitar o uso em português brasileiro.
- Corrigir bugs simples e bem delimitados.
- Preparar o repositório para manutenção assistida por agentes de IA.
- Plano de trabalho do Codex
- Modo portátil
- Configuração
- Atalhos e input.conf
- Build e release
- Roadmap do fork
O mpv.net é uma interface gráfica para Windows baseada no mpv. A compatibilidade com o mpv é uma característica central do projeto: a maior parte dos recursos, opções de configuração, scripts e comandos do mpv também se aplica ao mpv.net.
Para documentação técnica completa do comportamento herdado do mpv, consulte também o manual oficial do mpv e o manual original do mpv.net.
mpv.net is a media player for Windows with a modern GUI.
The player is based on the popular mpv media player. mpv.net is designed to be mpv compatible, almost all mpv features are available, this means the official mpv manual applies to mpv.net, differences are documented in the mpv.net manual.
Modern GUI with customizable color themes.
mpv.net supports mpvs command line interface.
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.
Play controls with a modern flat design.
Leverages the FFmpeg hwaccel APIs to support DXVA2 video decoding acceleration.
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.
- Lua and JavaScript Scripting (awesome-mpv lists a large collection of available user scripts)
- Simple config files that are easy to read and edit
- JSON IPC to control the player with a external programs
- On Screen Controller (OSC, play control buttons) with modern flat design
- Command Line Interface
- Started from a terminal, status, error and debug output is printed on the terminal
- DXVA2 video decoding acceleration
- 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
- Browser extensions to start mpv.net from the browser
- Fast seek performance
- Fast startup performance
- Usable as video player, audio player and image viewer with a wide range of supported formats
- Built-in decoders, no external codecs have to be installed
- Build-in media streaming (requires yt-dlp being installed)
- External audio and subtitle files can be loaded manually or automatically
- Screenshot feature
- Internationalization using gettext and transifex
- Very high degree of mpv compatibility, almost all mpv features are available
- Modern graphical user interface with customizable color themes
- Customizable context menu
- Searchable config editor
- Searchable input (shorcut keys) editor
- Global keyboard shortcuts
- Extension API for .NET languages (C#, VB.NET and F#)
- Files can be enqueued from File Explorer
Support section of the manual.
Download section of the manual.
Contributing section of the manual.
Searchable config editor as alternative to edit the conf file manually.
A list of my other projects can be found here:



