How to Download and Install mpv - A free, Open source and Cross-platform Media player
2 min read
7 months ago
Published on Aug 25, 2025
This response is partially generated with the help of AI. It may contain inaccuracies.
Table of Contents
Introduction
This tutorial will guide you through the process of downloading and installing mpv, a free, open-source, cross-platform media player, on Windows 10. You'll also learn how to configure mpv with basic settings, ensuring you get the most out of this versatile media player.
Step 1: Downloading mpv
- Visit the official mpv website: mpv.io.
- Alternatively, you can download mpv from Google Drive using this link: Download mpv from Google Drive.
- Choose the appropriate version for your system and click to download.
Step 2: Extracting Files
- After downloading, you'll need to extract the files. You can use either WinRAR or 7-Zip.
- Right-click on the downloaded file and select "Extract Here" or "Extract to [folder name]."
- Locate the extracted folder where the mpv.exe file is found.
Step 3: Installing mpv
- Open the extracted folder.
- Find the
mpv.exefile. You can create a shortcut to it on your desktop for easy access. - Ensure that you do not need to run any installation program; mpv is portable and runs directly from the folder.
Step 4: Configuring mpv
- Navigate to the configuration folder:
- Path:
C:\Users\UserName\AppData\Roaming\mpv - Replace
UserNamewith your actual Windows username.
- Path:
- Create a new text file named
mpv.conf. Alternatively, you can place this file in the same folder asmpv.exe. - Open
mpv.confin a text editor and add any of the following desired configurations:# Start mpv in maximized windowed mode window-maximized = yes # Remember the position of video on quit save-position-on-quit # For Japanese audio preference alang=jpn,jp,jap,Japanese,eng,en,enUS,en-US,English - Save changes to the
mpv.conffile.
Step 5: Using mpv
- Launch mpv by double-clicking on the
mpv.exeshortcut. - Open video files by dragging them into the mpv window or using the File menu.
- Familiarize yourself with the keyboard and mouse controls. A detailed guide can be found here: mpv Keyboard & Mouse Controls.
Conclusion
You have successfully downloaded, installed, and configured mpv on your Windows 10 system. By following these steps, you can now enjoy a flexible media player tailored to your preferences. For further customization, consider exploring the mpv manual at mpv Manual or the Arch Wiki page for additional insights.
Happy media viewing!