mirror of https://github.com/CrimsonTome/tldr.git
vlc: add page (#4029)
Co-authored-by: Andrik Albuquerque <andrik.albuquerque@gmail.com> Co-authored-by: fejx <fejx@users.noreply.github.com>client-spec/clarity
parent
677d76b1af
commit
73e6c5127b
|
@ -0,0 +1,16 @@
|
||||||
|
# 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}}`
|
Loading…
Reference in New Issue