2020-05-10 13:38:55 +01:00
|
|
|
# vlc
|
|
|
|
|
|
|
|
> Cross-platform multimedia player.
|
2021-09-28 12:56:46 +01:00
|
|
|
> More information: <https://wiki.videolan.org/Documentation:Command_line/>.
|
2020-05-10 13:38:55 +01:00
|
|
|
|
|
|
|
- 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}}`
|
2020-07-01 10:34:49 +01:00
|
|
|
|
|
|
|
- Play video from a URL:
|
|
|
|
|
|
|
|
`vlc {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}`
|