mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 10:53:32 +02:00
mpv: add display webcam output example (#4418)
This commit is contained in:
parent
a90277f8f9
commit
be791964a9
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
|||
- Play a file using a profile defined in the `mpv.conf` file:
|
||||
|
||||
`mpv --profile {{profile_name}} {{file}}`
|
||||
|
||||
- Display the output of webcam or other video input device:
|
||||
|
||||
`mpv /dev/{{video0}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue