1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 04:17:58 +01:00

mpv: add page (#2314)

This commit is contained in:
Morten Fyhn Amundsen 2018-09-09 08:17:49 +02:00 committed by Muhammad Falak R Wani
parent d9e20b8ea0
commit 433c1fc7dd

27
pages/common/mpv.md Normal file
View file

@ -0,0 +1,27 @@
# 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}}`