Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

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