mpv.snad for Windows / Linux / Mac
mpv a free, open source, and cross-platform media player. (This repository contain only stable version of windows)
mpv.snad is a player which configured mpv player which is based on most known as mplayer to optimize your video experience with most useful featuers. (see complete key gide)
- Download the latest version from sourceforge.net mpv.snad (this file contain all the config files)
- (AMD FSR and NVIDIA Image Scaling added (CTRL+A/N/Z) added to v35.1 +)
- Extract the files.
- Move the folder to required destination.
- Go to
.../installer
folder - Run
mpv-install.bat
as admin
- Windows / ubuntu / linux / macos / Android stable cahnnel official: mpv.io
- Windows beta channel official: sourceforge.net
- Android stable official: play.google.com
- Android test builds official: github.com
- Config files by snad for Windows / ubuntu / linux / macos: mpv.snad
- Download All Settings From Here and extract them to a folder.
- copy / overwrite extracted files to
...AppData\Roaming\mpv
or - create a folder as
portable_config
in the folder where mpv.exe exist and, - copy extracted files to
...portable_config
- Download All Settings From Here and extract them to a folder.
- copy / overwrite extracted files to
...etc/mpv
(you need root access to this folder)
Basic key guide --> key-guide
A Complete key guide --> key-guide
Advanced Playlist Manager
Show Playlist P / TAB
Navigate UP / DOWN / SPACE / < / >
A Complete key guide --> key-guide
Visualizer
A perfect visualizer for audios with no album-art or for Internet Radios
Improved Video Filter for Best Video Experience
Apply Video Filter V , CTRL + 1 -> 9
A Complete key guide --> key-guide
(Pic1-without filter, Pic2-with filter)
Overview:
mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more.
Streamlined CLI options:
MPlayer's options parser was improved to behave more like other CLI programs, and many option names and semantics were reworked to make them more intuitive and memorable.
On Screen Controller:
While mpv has no official GUI, it has a small controller that is triggered by mouse movement.
High quality video output:
mpv 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.
GPU video decoding:
mpv leverages the FFmpeg hwaccel APIs to support VDPAU, VAAPI, DXVA2, VDA and VideoToolbox video decoding acceleration.
Embeddable:
A straightforward C API was designed from the ground up to make mpv usable as a library and facilitate easy integration into other applications.
Active development:
mpv is under active development, focusing on code refactoring and cleanups as well as adding features. Want a feature?