Files
tldr/pages.zh/common/mpv.md
2021-08-31 15:13:49 +08:00

33 lines
594 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.

# mpv
> 一个基于 MPlayer 的音频/视频播放器。
> 更多信息:<https://mpv.io>.
- 播放一个音频或视频文件:
`mpv {{文件名}}`
- 往后/往前 跳跃 5 秒:
`LEFT <or> RIGHT`
- 往后/往前 跳跃一分钟:
`DOWN <or> UP`
- 减少/增加 10% 播放速度:
`[ <or> ]`
- 以指定速度播放文件0.01 到 100, 默认是 1
`mpv --speed {{速度}} {{文件名}}`
-`mpv.conf` 中指定的一个用户配制播放文件:
`mpv --profile {{配制名称}} {{文件名}}`
- 播放摄像头或其他设备的输出:
`mpv /dev/{{video0}}`