mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:02:08 +02:00

- 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>
493 B
493 B
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}}