1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

mpv: add example (#16147)

mpv: add --sub-file example
This commit is contained in:
Samuel-Zacharie FAURE 2025-04-12 16:55:41 +02:00 committed by GitHub
parent ca6f3cab2c
commit 5addc3c44e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):
`<s>`
@ -31,7 +35,3 @@
- Play a file using a profile defined in the `mpv.conf` file:
`mpv --profile {{profile_name}} {{path/to/file}}`
- Display the output of webcam or other video input device:
`mpv {{/dev/video0}}`