tldr/pages/common/vlc.md
Jacob Hrbek 3280802034
vlc: playing video from the web (#4136)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-01 11:34:49 +02:00

25 lines
378 B
Markdown

# 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}}`
- Play video from a URL:
`vlc {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}`