mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 01:24:55 +02:00

Co-authored-by: Andrik Albuquerque <andrik.albuquerque@gmail.com> Co-authored-by: fejx <fejx@users.noreply.github.com>
16 lines
246 B
Markdown
16 lines
246 B
Markdown
# 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}}`
|