System Grab Bag

View all TLDR pages from common (or from all pages)

vlc

Cross-platform multimedia player. More information: https://wiki.videolan.org/Documentation:Command_line/.
  • 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}}
  • Play video from a URL:
    vlc {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.