2018-09-09 07:17:49 +01:00
|
|
|
# mpv
|
|
|
|
|
|
|
|
> A audio/video player based on MPlayer.
|
2019-06-04 10:25:20 +01:00
|
|
|
> More information: <https://mpv.io>.
|
2018-09-09 07:17:49 +01:00
|
|
|
|
|
|
|
- Play a video or audio file:
|
|
|
|
|
|
|
|
`mpv {{file}}`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Play a video or audio file from a URL:
|
2020-10-27 11:06:41 +00:00
|
|
|
|
|
|
|
`mpv '{{https://www.youtube.com/watch?v=dQw4w9WgXcQ}}'`
|
|
|
|
|
2018-09-09 07:17:49 +01:00
|
|
|
- Jump backward/forward 5 seconds:
|
|
|
|
|
|
|
|
`LEFT <or> RIGHT`
|
|
|
|
|
|
|
|
- Jump backward/forward 1 minute:
|
|
|
|
|
|
|
|
`DOWN <or> UP`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Decrease or increase playback speed by 10%:
|
2018-09-09 07:17:49 +01:00
|
|
|
|
|
|
|
`[ <or> ]`
|
|
|
|
|
|
|
|
- Play a file at a specified speed (0.01 to 100, default 1):
|
|
|
|
|
|
|
|
`mpv --speed {{speed}} {{file}}`
|
|
|
|
|
|
|
|
- Play a file using a profile defined in the `mpv.conf` file:
|
|
|
|
|
2019-02-24 23:56:24 +00:00
|
|
|
`mpv --profile {{profile_name}} {{file}}`
|
2020-10-05 14:54:52 +01:00
|
|
|
|
|
|
|
- Display the output of webcam or other video input device:
|
|
|
|
|
|
|
|
`mpv /dev/{{video0}}`
|