1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 00:15:24 +02:00
tldr/pages/common/mpv.md
Managor 611d2c9a04
linux*: refresh old pages part 2 (#16263)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-04-27 10:35:40 +03:00

37 lines
768 B
Markdown

# mpv
> A audio/video player based on MPlayer.
> See also: `mplayer`, `vlc`.
> More information: <https://mpv.io/manual/stable/>.
- Play a video or audio from a URL or file:
`mpv {{url|path/to/file}}`
- Jump backward/forward 5 seconds:
`{{<ArrowLeft>|<ArrowRight>}}`
- Jump backward/forward 1 minute:
`{{<ArrowDown>|<ArrowUp>}}`
- Decrease or increase playback speed by 10%:
`{{<[>|<]>}}`
- Add subtitles from a file:
`mpv --sub-file={{path/to/file}}`
- Take a screenshot of the current frame (saved to `./mpv-shotNNNN.jpg` by default):
`<s>`
- Play a file at a specified speed (1 by default):
`mpv --speed {{0.01..100}} {{path/to/file}}`
- Play a file using a profile defined in the `mpv.conf` file:
`mpv --profile {{profile_name}} {{path/to/file}}`