add new chinese translations
This commit is contained in:
@@ -1,24 +1,25 @@
|
||||
# vlc
|
||||
|
||||
> 跨平台多媒体播放器。
|
||||
> 更多信息:<https://wiki.videolan.org/Documentation:Command_line/>.
|
||||
> 另见:`mpv`,`mplayer`,`ytfzf`。
|
||||
> 更多信息:<https://wiki.videolan.org/Documentation:Command_line/>。
|
||||
|
||||
- 播放一个文件:
|
||||
- 播放文件:
|
||||
|
||||
`vlc {{文件名}}`
|
||||
`vlc {{path/to/file}}`
|
||||
|
||||
- 全屏播放:
|
||||
|
||||
`vlc --fullscreen {{文件名}}`
|
||||
`vlc --fullscreen {{path/to/file}}`
|
||||
|
||||
- 静音播放:
|
||||
|
||||
`vlc --no-audio {{文件名}}`
|
||||
`vlc --no-audio {{path/to/file}}`
|
||||
|
||||
- 循环播放:
|
||||
|
||||
`vlc --loop {{文件名}}`
|
||||
`vlc --loop {{path/to/file}}`
|
||||
|
||||
- 播放网络连接:
|
||||
- 从 URL 播放视频:
|
||||
|
||||
`vlc {{连接}}`
|
||||
`vlc {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}`
|
Reference in New Issue
Block a user