add new chinese translations
This commit is contained in:
16
pages.zh/common/mp4box.md
Normal file
16
pages.zh/common/mp4box.md
Normal 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}}`
|
Reference in New Issue
Block a user