add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -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}}`