2020-05-10 14:38:55 +02:00
|
|
|
# vlc
|
|
|
|
|
|
|
|
> Cross-platform multimedia player.
|
2024-04-04 01:34:14 -03:00
|
|
|
> See also: `mpv`, `mplayer`, `ytfzf`.
|
2021-09-28 06:56:46 -05:00
|
|
|
> More information: <https://wiki.videolan.org/Documentation:Command_line/>.
|
2020-05-10 14:38:55 +02: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-14 19:41:02 -07:00
|
|
|
|
|
|
|
- Play repeatedly:
|
|
|
|
|
|
|
|
`vlc --loop {{path/to/file}}`
|
2020-07-01 11:34:49 +02:00
|
|
|
|
|
|
|
- Play video from a URL:
|
|
|
|
|
|
|
|
`vlc {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}`
|