mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 08:59:59 +00:00
Update cheatsheets
This commit is contained in:
29
vlc
Normal file
29
vlc
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# vlc
|
||||
|
||||
> Cross-platform multimedia player.
|
||||
> 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}}`
|
||||
Reference in New Issue
Block a user