tldr/pages/common/vlc.md

25 lines
402 B
Markdown
Raw Normal View History

# vlc
> Cross-platform multimedia player.
2021-09-28 12:56:46 +01:00
> 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}}`
2020-05-15 03:41:02 +01:00
- Play repeatedly:
`vlc --loop {{path/to/file}}`
- Play video from a URL:
`vlc {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}`