mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:02:08 +02:00
parent
ca6f3cab2c
commit
5addc3c44e
1 changed files with 4 additions and 4 deletions
|
@ -20,6 +20,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):
|
- Take a screenshot of the current frame (saved to `./mpv-shotNNNN.jpg` by default):
|
||||||
|
|
||||||
`<s>`
|
`<s>`
|
||||||
|
@ -31,7 +35,3 @@
|
||||||
- Play a file using a profile defined in the `mpv.conf` file:
|
- Play a file using a profile defined in the `mpv.conf` file:
|
||||||
|
|
||||||
`mpv --profile {{profile_name}} {{path/to/file}}`
|
`mpv --profile {{profile_name}} {{path/to/file}}`
|
||||||
|
|
||||||
- Display the output of webcam or other video input device:
|
|
||||||
|
|
||||||
`mpv {{/dev/video0}}`
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue