back to home

mpvnet-player / mpv.net

🎞 mpv.net is a media player for Windows with a modern GUI.

4,830 stars
206 forks
131 issues
C#PowerShellInno Setup

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing mpvnet-player/mpv.net in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/mpvnet-player/mpv.net)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

🎞 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. Graphical User Interface Modern GUI with customizable color themes. Command Line Interface mpv.net supports mpvs command line interface. High quality video output 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 Play controls with a modern flat design. GPU video decoding Leverages the FFmpeg hwaccel APIs to support DXVA2 video decoding acceleration. 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 • Support • Download • Manual • Screenshots • Contributing Features that mpv and mpv.net have in common -------------------------------------------- • 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 Features exclusive to mpv.net ---------------------------- • 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 Support section of the manual. Download Download section of the manual. Manual The mpv.net documentation. Contributing Contributing section of the manual. Screenshots ----------- Main Window Context Menu Config Editor Searchable config editor as alternative to edit the conf file manually. Terminal Other projects from me ---------------------- A list of my other projects can be found here: https://stax76.github.io/software-list