Forrest logo
back to context overview

mpv

List of commands for mpv:

  • mpv:ai:c05df Prints now playing media information using mpv
    $ mpv --no-video --no-audio --no-terminal --msg-level=all=info --input-ipc-server=/tmp/mpvsocket
    try on your machine
    explain this command
  • 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:686af mpv: Decrease or increase playback speed by 10%.
    $ [ ]
    try on your machine
    explain this command
  • mpv:tldr:7a284 mpv: Jump backward/forward 1 minute.
    $ DOWN UP
    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:906ba mpv: Jump backward/forward 5 seconds.
    $ LEFT RIGHT
    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
back to context overview