add new chinese translations
This commit is contained in:
28
pages.zh/common/mplayer.md
Normal file
28
pages.zh/common/mplayer.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# mplayer
|
||||
|
||||
> 跨平台多媒体播放器。
|
||||
> 更多信息:<https://mplayerhq.hu/DOCS/HTML/en/commandline.html>。
|
||||
|
||||
- 播放指定的文件或 URL:
|
||||
|
||||
`mplayer {{path/to/file|url}}`
|
||||
|
||||
- 播放多个文件:
|
||||
|
||||
`mplayer {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- 重复播放指定文件:
|
||||
|
||||
`mplayer -loop {{0}} {{path/to/file}}`
|
||||
|
||||
- 暂停播放:
|
||||
|
||||
`<Space>`
|
||||
|
||||
- 退出 mplayer:
|
||||
|
||||
`<Esc>`
|
||||
|
||||
- 向后或向前快进 10 秒:
|
||||
|
||||
`{{Left|Right}}`
|
Reference in New Issue
Block a user