Files
tldr/pages.zh/common/mplayer.md

28 lines
439 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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