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,16 @@
# 转码
> 转换视频和音频编码,并在媒体格式之间进行转换。
> 更多信息:<https://manned.org/transcode>。
- 创建稳定化文件以便去除相机抖动:
`transcode -J stabilize -i {{input_file}}`
- 在创建稳定化文件后去除相机抖动使用XviD转换视频
`transcode -J transform -i {{input_file}} -y xvid -o {{output_file}}`
- 将视频调整为640x480像素并使用XviD转换为MPEG4编码
`transcode -Z 640x480 -i {{input_file}} -y xvid -o {{output_file}}`