mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages.pt*: fix verb tenses * pages.pt*: fix all pt_PT verb tenses in the start and more pt_BR verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt*: fix more verb tenses * review PR --------- Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> Co-authored-by: Isaac Vicente <contatoisaacvicente@gmail.com>
24 lines
469 B
Markdown
24 lines
469 B
Markdown
# vlc
|
|
|
|
> Reprodutor multimídia multi-plataforma.
|
|
> Mais informações: <https://wiki.videolan.org/Documentation:Command_line/>.
|
|
|
|
- Reproduz um arquivo:
|
|
|
|
`vlc {{caminho/para/arquivo}}`
|
|
|
|
- Reproduz em tela cheia:
|
|
|
|
`vlc --fullscreen {{caminho/para/arquivo}}`
|
|
|
|
- Reproduz mudo:
|
|
|
|
`vlc --no-audio {{caminho/para/arquivo}}`
|
|
|
|
- Reproduz repetidamente:
|
|
|
|
`vlc --loop {{caminho/para/arquivo}}`
|
|
|
|
- Reproduz vídeo de um URL:
|
|
|
|
`vlc {{https://www.youtube.com/watch?v=fxNlpQYRz7s}}`
|