1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages.it/common/vlc.md
Francesco Franchina 28c4d26221
pages.it/*: update path placeholders and "directory" translations (#9031)
- Replace "al" -> "del", "alla" -> "della", etc. in command paths
- Replace all instances of "cartella" with "directory"
- Update contributing-guides/translation-templates/common-arguments.md to
  reflect these changes

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-20 15:26:58 +02:00

24 lines
493 B
Markdown

# vlc
> Lettore multimediale multi-piattaforma.
> Maggiori informazioni: <https://wiki.videolan.org/Documentation:Command_line/>.
- Riproduce un file:
`vlc {{percorso/del/file}}`
- Riproduce a schermo intero:
`vlc --fullscreen {{percorso/del/file}}`
- Riproduce con audio disattivato:
`vlc --no-audio {{percorso/del/file}}`
- Riproduce in ciclo continuo:
`vlc --loop {{percorso/del/file}}`
- Riproduce il video in un certo URL:
`vlc {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}`