mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
vlc: add page (#4029)
Co-authored-by: Andrik Albuquerque <andrik.albuquerque@gmail.com> Co-authored-by: fejx <fejx@users.noreply.github.com>
This commit is contained in:
parent
8d544584f0
commit
0a0071340c
1 changed files with 16 additions and 0 deletions
16
pages/common/vlc.md
Normal file
16
pages/common/vlc.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# vlc
|
||||
|
||||
> Cross-platform multimedia player.
|
||||
> More information: <https://www.videolan.org/vlc/>.
|
||||
|
||||
- Play a file:
|
||||
|
||||
`vlc {{path/to/file}}`
|
||||
|
||||
- Play in fullscreen:
|
||||
|
||||
`vlc --fullscreen {{path/to/file}}`
|
||||
|
||||
- Play muted:
|
||||
|
||||
`vlc --no-audio {{path/to/file}}`
|
Loading…
Add table
Reference in a new issue