add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,32 +1,37 @@
# mpv
> 一个基于 MPlayer 的音频/视频播放器。
> 更多信息:<https://mpv.io>.
> 基于 MPlayer 的音频/视频播放器。
> 另见:`mplayer``vlc`。
> 更多信息:<https://mpv.io>。
- 播放一个音频或视频文件
- 从 URL 或文件播放视频或音频
`mpv {{文件名}}`
`mpv {{url|path/to/file}}`
- 后/往前 跳跃 5 秒:
- 后/向前跳跃 5 秒:
`LEFT <or> RIGHT`
`LEFT <> RIGHT`
- 后/往前 跳跃一分钟:
- 后/向前跳跃 1 分钟:
`DOWN <or> UP`
`DOWN <> UP`
- 减少/增加 10% 播放速度
- 将播放速度降低或提高 10%
`[ <or> ]`
`[ <> ]`
- 以指定速度播放文件0.01 到 100, 默认是 1
- 截取当前帧的屏幕截图(默认保存为 `./mpv-shotNNNN.jpg`
`mpv --speed {{速度}} {{文件名}}`
`s`
- `mpv.conf` 中指定的一个用户配制播放文件
- 以指定的速度播放文件(默认速度为 1
`mpv --profile {{配制名称}} {{文件名}}`
`mpv --speed {{0.01..100}} {{path/to/file}}`
- 播放摄像头或其他设备的输出
- 使用 `mpv.conf` 文件中定义的配置文件播放文件
`mpv {{/dev/video0}}`
`mpv --profile {{profile_name}} {{path/to/file}}`
- 显示网络摄像头或其他视频输入设备的输出:
`mpv {{/dev/video0}}`