tldr/pages/common/vlc.md
Pierre Rudloff 73e6c5127b
vlc: add page (#4029)
Co-authored-by: Andrik Albuquerque <andrik.albuquerque@gmail.com>
Co-authored-by: fejx <fejx@users.noreply.github.com>
2020-05-10 14:38:55 +02:00

246 B

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