Forrest logo
tool overview
On this page you find all important commands for the CLI tool mpv. If the command you are looking for is missing please ask our AI.

mpv

Mpv is a free and open-source command line media player software. It is designed to play audio and video files on Unix-like platforms, including Linux, macOS, and BSD. Mpv is highly configurable and offers a wide range of customization options to improve the user experience. It supports various media formats, including popular ones like MP4, MKV, AVI, and FLAC.

Mpv is known for its minimalistic design and lightweight nature, making it fast and efficient in performance. It has a simple and intuitive interface that allows users to control playback using keyboard shortcuts or easily bind keys for specific functions. The player supports subtitles and can display them in various formats, offering flexibility for users with different requirements.

One of the standout features of mpv is its support for GPU video decoding, allowing hardware acceleration for smoother playback and reduced CPU usage. It also offers advanced features like video filters, audio equalizers, and audio/video synchronization adjustment to enhance the media playback experience.

Mpv can also be used as a streaming media player, enabling users to play online content from various sources, including YouTube, Twitch, and many others. It supports network protocols like HTTP, HTTPS, and BitTorrent for streaming media files.

Given its open-source nature, mpv has an active community of users and developers who contribute to its ongoing development and improvement. It is also highly extensible, allowing users to add custom scripts and plugins to enhance functionality.

Overall, mpv is a powerful and versatile command line media player known for its efficiency, robustness, and customization options. It provides a reliable solution for playing media files and offers numerous advanced features to cater to the needs of a wide range of users.

List of commands for mpv:

  • mpv:tldr:0cf2c mpv: Play a file at a specified speed (0.01 to 100, default 1).
    $ mpv --speed ${speed} ${filename}
    try on your machine
    explain this command
  • mpv:tldr:1fc41 mpv: Display the output of webcam or other video input device.
    $ mpv /dev/${video0}
    try on your machine
    explain this command
  • mpv:tldr:7faab mpv: Play a file using a profile defined in the `mpv.conf` file.
    $ mpv --profile ${profile_name} ${filename}
    try on your machine
    explain this command
  • mpv:tldr:f28a3 mpv: Play a video or audio file.
    $ mpv ${filename}
    try on your machine
    explain this command
tool overview