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

View File

@@ -26,3 +26,7 @@
- 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}} {{file}}` `mpv --profile {{profile_name}} {{file}}`
- Display the output of webcam or other video input device:
`mpv /dev/{{video0}}`