1
0
Fork 0
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:
Anna 2020-10-05 18:54:52 +05:00 committed by GitHub
parent a90277f8f9
commit be791964a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`