-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common/m*: fix outdated Chinese pages (#15656)
Co-authored-by: Jack Lin <[email protected]>
- Loading branch information
1 parent
4cc711e
commit 40f0636
Showing
7 changed files
with
72 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,37 @@ | ||
# mpv | ||
|
||
> 一个基于 MPlayer 的音频/视频播放器。 | ||
> 请参阅:`mplayer`, `vlc`。 | ||
> 更多信息:<https://mpv.io>. | ||
- 播放一个音频或视频文件: | ||
- 从 URL 或文件播放视频或音频: | ||
|
||
`mpv {{文件名}}` | ||
`mpv {{url|路径/到/文件}}` | ||
|
||
- 往后/往前 跳跃 5 秒: | ||
- 向后/向前跳跃 5 秒: | ||
|
||
`LEFT <or> RIGHT` | ||
`LEFT <或> RIGHT` | ||
|
||
- 往后/往前 跳跃一分钟: | ||
- 向后/向前跳跃 1 分钟: | ||
|
||
`DOWN <or> UP` | ||
`DOWN <或> UP` | ||
|
||
- 减少/增加 10% 播放速度: | ||
|
||
`[ <or> ]` | ||
`[ <或> ]` | ||
|
||
- 对当前帧截图(默认保存到 `./mpv-shotNNNN.jpg`): | ||
|
||
`s` | ||
|
||
- 以指定速度播放文件(0.01 到 100, 默认是 1): | ||
|
||
`mpv --speed {{速度}} {{文件名}}` | ||
`mpv --speed {{0.01..100}} {{路径/到/文件}}` | ||
|
||
- 用 `mpv.conf` 中指定的一个用户配制播放文件: | ||
|
||
`mpv --profile {{配制名称}} {{文件名}}` | ||
`mpv --profile {{配置文件名称}} {{路径/到/文件}}` | ||
|
||
- 播放摄像头或其他设备的输出: | ||
- 显示来自网络摄像头或其他视频输入设备的输出: | ||
|
||
`mpv {{/dev/video0}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters