LinuxCommandLibrary

mpv

mpv

TLDR

Play a video or audio file

$ mpv [path/to/file]
copy


Play a video or audio file from a URL
$ mpv '[https://www.youtube.com/watch?v=dQw4w9WgXcQ]'
copy


Jump backward/forward 5 seconds
$ LEFT <or> RIGHT
copy


Jump backward/forward 1 minute
$ DOWN <or> UP
copy


Decrease or increase playback speed by 10%
$ [ <or> ]
copy


Play a file at a specified speed (0.01 to 100, default 1)
$ mpv --speed [speed] [path/to/file]
copy


Play a file using a profile defined in the mpv.conf file
$ mpv --profile [profile_name] [path/to/file]
copy


Display the output of webcam or other video input device
$ mpv /dev/[video0]
copy

Copied to clipboard