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

@@ -0,0 +1,20 @@
# ppmtompeg
> 编码一个 MPEG-1 流。
> 更多信息:<https://netpbm.sourceforge.net/doc/ppmtompeg.html>。
- 使用参数文件指定输入和输出,生成一个 MPEG-1 流:
`ppmtompeg {{路径/到/参数文件}}`
- 仅编码指定数量的 GOP
`ppmtompeg -gop {{gop_num}} {{路径/到/参数文件}}`
- 指定要编码的第一帧和最后一帧:
`ppmtompeg -frames {{first_frame}} {{last_frame}} {{路径/到/参数文件}}`
- 将多个 MPEG 帧合并为一个单一的 MPEG-1 流:
`ppmtompeg -combine_frames {{路径/到/参数文件}}`