28 lines
439 B
Markdown
28 lines
439 B
Markdown
# 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}}` |