mpv
title: “mpv Player Tutorial: Geek’s Favorite Command-Line Video Player” description: “mpv is a minimalist high-performance video player with GPU rendering and pure keyboard control, known for extremely low resource usage and high customizability.” date: 2026-05-13T16:04:45.087Z category: 媒体工具 tags:
- mpv
- Video Player
- mpv Player
- Command-Line Player
- Minimalist Player keywords:
- mpv
- Video Player
- mpv Player
- Command-Line Player
- Minimalist Player
mpv: For Those Who Demand the Ultimate Playback Experience and Keyboard Control
One-sentence solution: VLC is good but feels too heavy for you? mpv is the minimalist’s choice — keyboard controls everything, GPU rendering delivers excellent picture quality.
mpv isn’t like VLC, which works “right out of the box.” It prefers users to tinker with configuration files. But once you’ve set it up, you get an experience no other player can match.
What Is mpv?
mpv is a minimalist high-performance video player that evolved from the MPlayer/mplayer2 project. It has no traditional “interface” — by default, there’s only a video window, and all operations are done through the keyboard.
The problem it solves: Providing a “this is how a player should be” choice for users who demand ultimate image quality, pure keyboard control, and minimal resource usage.
mpv’s Core Features
- GPU Rendering: Excellent image quality, accurate colors, supports various advanced rendering algorithms
- Full Keyboard Control: All functions have keyboard shortcuts, no mouse needed
- Script System: Lua script support, unlimited feature expansion
- Configuration File Driven: Everything you want to change goes in one conf file
- Low Resource Usage: Memory and CPU usage far lower than VLC
Common Keyboard Shortcuts
Space— Play/PauseLeft/Right Arrow— Forward/Backward 5 secondsUp/Down Arrow— Volume +/-9/0— Volume up/down[/]— Playback speed 0.9x/1.1xS— Screenshotf— Fullscreenv— Show subtitlesCtrl+Arrow Keys— Frame-by-frame
Download
- Official Site: https://mpv.io/
- Windows Installation Guide: https://mpv.io/installation/
- Recommended to download the
mpv-x86_64-xxx.7zportable version, extract and use
Tip: mpv’s Windows version is portable software — just extract and use. It’s recommended to add its directory to your PATH environment variable for convenient command-line use.
Quick Start
- Download and extract
- Drag a video file directly onto mpv.exe
- Or set file associations to open videos with mpv on double-click
- Press
ffor fullscreen, space to pause/play - To configure, create an
mpv.confconfiguration file in the mpv directory