mirror of https://github.com/CrimsonTome/tldr.git
246 B
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}}