1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-07 18:33:48 +02:00
tldr/pages/common/vlc.md
2020-05-14 23:41:02 -03:00

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

  • Play repeatedly:

vlc --loop {{path/to/file}}