tldr/pages.zh/common/mpv.md

33 lines
594 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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