diff --git a/pages/common/vlc.md b/pages/common/vlc.md new file mode 100644 index 000000000..417cbf40e --- /dev/null +++ b/pages/common/vlc.md @@ -0,0 +1,16 @@ +# vlc + +> Cross-platform multimedia player. +> More information: . + +- Play a file: + +`vlc {{path/to/file}}` + +- Play in fullscreen: + +`vlc --fullscreen {{path/to/file}}` + +- Play muted: + +`vlc --no-audio {{path/to/file}}`