Files
tldr/pages/common/mpv.md
Morten Fyhn Amundsen 433c1fc7dd mpv: add page (#2314)
2018-09-09 11:47:49 +05:30

28 lines
464 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mpv
> A audio/video player based on MPlayer.
- Play a video or audio file:
`mpv {{file}}`
- Jump backward/forward 5 seconds:
`LEFT <or> RIGHT`
- Jump backward/forward 1 minute:
`DOWN <or> UP`
- Decrease or increase playback speed by 10 %:
`[ <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:
`mpv --profile {{profile_name}} {{file}}`