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

16
pages.zh/common/mp4box.md Normal file
View File

@@ -0,0 +1,16 @@
# mp4box
> MPEG-4 系统工具箱:将流合并到 MP4 容器中。
> 更多信息:<https://gpac.wp.imt.fr/mp4box>。
- 显示现有 MP4 文件的信息:
`mp4box -info {{path/to/file}}`
- 将 SRT 字幕文件添加到 MP4 文件中:
`mp4box -add {{input_subs.srt}}:lang=eng -add {{input.mp4}} {{output.mp4}}`
- 从一个文件组合音频和从另一个文件组合视频:
`mp4box -add {{input1.mp4}}#audio -add {{input2.mp4}}#video {{output.mp4}}`