Files
cheatsheet-tldr/tldr/vlc
2024-04-05 00:13:43 +00:00

31 lines
534 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# vlc
> Cross-platform multimedia player.
> See also: `mpv`, `mplayer`, `ytfzf`.
> 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}}`