mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
vlc: add Chinese translation (#4592)
This commit is contained in:
parent
07417ed646
commit
bd3523c845
1 changed files with 24 additions and 0 deletions
24
pages.zh/common/vlc.md
Normal file
24
pages.zh/common/vlc.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# vlc
|
||||
|
||||
> 跨平台多媒体播放器.
|
||||
> 更多信息: <https://www.videolan.org/vlc/>.
|
||||
|
||||
- 播放一个文件:
|
||||
|
||||
`vlc {{文件名}}`
|
||||
|
||||
- 全屏播放:
|
||||
|
||||
`vlc --fullscreen {{文件名}}`
|
||||
|
||||
- 静音播放:
|
||||
|
||||
`vlc --no-audio {{文件名}}`
|
||||
|
||||
- 循环播放:
|
||||
|
||||
`vlc --loop {{文件名}}`
|
||||
|
||||
- 播放网络连接:
|
||||
|
||||
`vlc {{连接}}`
|
Loading…
Add table
Reference in a new issue